Skip to content

Commit 232cf1e

Browse files
committed
Sorting Imports
1 parent 7ca6c01 commit 232cf1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/airflow/dags/libs/SR_processing/db_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from typing import Any, Dict, List, Tuple
44

55
from airflow.providers.postgres.hooks.postgres import PostgresHook
6-
from psycopg2.extras import execute_values
76
from libs.enums import JobStageType, StageStatusType
87
from libs.queries import create_fields_query
98
from libs.settings import AIRFLOW_DAGRUN_TIMEOUT, AIRFLOW_DEBUG_MODE
109
from libs.utils import update_job_status
1110
from openpyxl.worksheet.worksheet import Worksheet
11+
from psycopg2.extras import execute_values
1212

1313
# PostgreSQL connection hook
1414
pg_hook = PostgresHook(

0 commit comments

Comments
 (0)