potiuk commented on code in PR #23971: URL: https://github.com/apache/airflow/pull/23971#discussion_r922717928
########## airflow/providers/common/sql/hooks/sql.py: ########## @@ -17,8 +17,9 @@ import warnings from contextlib import closing from datetime import datetime -from typing import Any, Optional +from typing import TYPE_CHECKING, Any, Callable, Iterable, List, Mapping, Optional, Tuple, Union +import sqlparse Review Comment: Ah... I was confused by dependencies.json file. This file should have been deleted already - it was likely added at some rebase by mistake :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
