Skip to content

Commit 3cb7fc0

Browse files
authored
fix mypy type errors in test_variable.py (apache#56802)
* fix mypy type errors in test_variable.py * fix for static check
1 parent 325bd72 commit 3cb7fc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

airflow-core/tests/unit/models/test_variable.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
from tests_common.test_utils.config import conf_vars
3434

3535
if TYPE_CHECKING:
36+
from sqlalchemy.orm import Session
37+
3638
from airflow.models.team import Team
37-
from airflow.settings import Session
3839

3940
pytestmark = pytest.mark.db_test
4041

0 commit comments

Comments
 (0)