Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
100LL committed Jan 5, 2021
1 parent 1af4a30 commit 4ecc9b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prestodb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ def post(self, sql):
url = self._redirect_handler.handle(location)
log_level = logger.getEffectiveLevel()
if log_level <= logging.logging.INFO:
logger.info(
"redirect {} from {} to {}".format(
http_response.status_code, location, url
)
logger.info(
"redirect {} from {} to {}".format(
http_response.status_code, location, url
)
)
http_response = self._post(
url,
Expand Down

0 comments on commit 4ecc9b1

Please sign in to comment.