mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
fix
This commit is contained in:
parent
1dc67425bd
commit
0a08ec018a
@ -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", "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user