Skip to content

Commit d09c1c0

Browse files
Cleanup mypy ignore in apache/kylin provider where possible (#53317)
1 parent 7ca3954 commit d09c1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/apache/kylin/src/airflow/providers/apache/kylin/version_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_base_airflow_version_tuple() -> tuple[int, int, int]:
3737
if AIRFLOW_V_3_0_PLUS:
3838
from airflow.sdk import BaseOperator
3939
else:
40-
from airflow.models import BaseOperator # type: ignore[no-redef]
40+
from airflow.models import BaseOperator
4141

4242
__all__ = [
4343
"AIRFLOW_V_3_0_PLUS",

0 commit comments

Comments
 (0)