Skip to content

Commit

Permalink
[AIRFLOW-5815] Fix isort problem (#6468)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Oct 30, 2019
1 parent d800ed6 commit bd3aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from flask import g
from flask_appbuilder.security.sqla import models as sqla_models
from flask_appbuilder.security.sqla.manager import SecurityManager
from sqlalchemy import or_, and_
from sqlalchemy import and_, or_

from airflow import models
from airflow.exceptions import AirflowException
Expand Down

0 comments on commit bd3aeb2

Please sign in to comment.