diff --git a/tests/fuzz/runner.py b/tests/fuzz/runner.py index e11a5415227..06a232a0e5a 100644 --- a/tests/fuzz/runner.py +++ b/tests/fuzz/runner.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 -import botocore import configparser import logging import os @@ -8,6 +7,8 @@ import re import subprocess from pathlib import Path +import botocore + DEBUGGER = os.getenv("DEBUGGER", "") FUZZER_ARGS = os.getenv("FUZZER_ARGS", "")