Skip to content

Commit 4ecc9b1

Browse files
committed
fix indentation
1 parent 1af4a30 commit 4ecc9b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prestodb/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ def post(self, sql):
359359
url = self._redirect_handler.handle(location)
360360
log_level = logger.getEffectiveLevel()
361361
if log_level <= logging.logging.INFO:
362-
logger.info(
363-
"redirect {} from {} to {}".format(
364-
http_response.status_code, location, url
365-
)
362+
logger.info(
363+
"redirect {} from {} to {}".format(
364+
http_response.status_code, location, url
365+
)
366366
)
367367
http_response = self._post(
368368
url,

0 commit comments

Comments
 (0)