Automatic style fix

This commit is contained in:
robot-clickhouse 2024-10-03 07:33:39 +00:00
parent 55ff81518f
commit 3008330afe

View File

@ -75,7 +75,7 @@ def run_fuzzer(fuzzer: str, timeout: int):
local_directory=active_corpus_dir,
)
except ClientError as e:
if e.response['Error']['Code'] == 'NoSuchKey':
if e.response["Error"]["Code"] == "NoSuchKey":
logging.debug("No active corpus exists for %s", fuzzer)
else:
raise