Skip to content

Commit c9e3d56

Browse files
committed
chore: pre-commit
1 parent b29ee9c commit c9e3d56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dcs_core/core/datasource/sql_datasource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
from datetime import datetime
16-
from typing import Dict, List, Tuple, Union, Optional
16+
from typing import Dict, List, Optional, Tuple, Union
1717

1818
from loguru import logger
1919
from sqlalchemy import inspect, text

dcs_core/integrations/databases/oracle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
from datetime import datetime
16-
from typing import Any, Dict, List, Tuple, Union, Optional
16+
from typing import Any, Dict, List, Optional, Tuple, Union
1717

1818
from loguru import logger
1919
from sqlalchemy import create_engine

0 commit comments

Comments
 (0)