diff --git a/clickhouse_dag.py b/clickhouse_dag.py index d495e73..04f45d9 100644 --- a/clickhouse_dag.py +++ b/clickhouse_dag.py @@ -19,5 +19,5 @@ with DAG( log_response=True, retries=0, retry_delay=0, - timeout=10, + timeout=10 ) \ No newline at end of file