Skip to content

Commit

Permalink
Fix problem with static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksYermak committed Jan 9, 2024
1 parent faf8337 commit 823c5fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/api_connexion/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from __future__ import annotations

from http import HTTPStatus
from typing import Any, TYPE_CHECKING
from typing import TYPE_CHECKING, Any

from connexion import ProblemException, problem

Expand Down
1 change: 0 additions & 1 deletion airflow/www/extensions/init_appbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

if TYPE_CHECKING:
from flask import Flask
import connexion
from flask_appbuilder import BaseView
from flask_appbuilder.security.manager import BaseSecurityManager
from sqlalchemy.orm import Session
Expand Down

0 comments on commit 823c5fb

Please sign in to comment.