Automatic style fix

This commit is contained in:
robot-clickhouse 2023-10-11 16:15:22 +00:00 committed by Max Kainov
parent 3f3fcce7e5
commit 7c2fee3280

View File

@ -80,7 +80,8 @@ def get_gh_api(
exc = e
if (
e.response.status_code == 403
and b"rate limit exceeded" in e.response._content # pylint:disable=protected-access
and b"rate limit exceeded"
in e.response._content # pylint:disable=protected-access
and token_is_set
):
logging.warning(