Принесен isort
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user