mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Automatic style fix
This commit is contained in:
parent
9135d6c3eb
commit
a20f43c492
@ -90,6 +90,7 @@ def process_results(result_directory: Path) -> Tuple[str, str, TestResults]:
|
||||
|
||||
return state, description, test_results
|
||||
|
||||
|
||||
def parse_args() -> argparse.Namespace:
|
||||
parser = argparse.ArgumentParser(
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
|
||||
@ -108,6 +109,7 @@ def parse_args() -> argparse.Namespace:
|
||||
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
def main():
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
stopwatch = Stopwatch()
|
||||
|
Loading…
Reference in New Issue
Block a user