Automatic style fix

This commit is contained in:
robot-clickhouse 2023-10-31 11:43:32 +00:00
parent 9135d6c3eb
commit a20f43c492

View File

@ -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()