Принесен isort

This commit is contained in:
2025-12-10 18:49:49 +03:00
parent c865fa282e
commit 7a9b2d182e
5 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -3,7 +3,6 @@ from __future__ import annotations
import logging
from datetime import datetime, timedelta
from airflow import DAG
from airflow.operators.python import PythonOperator
from helpers.greenplum import (
assert_orders_have_rows,
@@ -13,6 +12,8 @@ from helpers.greenplum import (
get_gp_conn,
)
from airflow import DAG
def _run_check(check_callable):
"""