Skip to content

Commit

Permalink
Fix broken master (isort fix) (apache#11954)
Browse files Browse the repository at this point in the history
Static checks are failing because of a Bad merge to Master.
  • Loading branch information
kaxil authored Oct 29, 2020
1 parent 470c1b2 commit 164a707
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
from sqlalchemy import and_, desc, func, or_, union_all
from sqlalchemy.orm import joinedload
from wtforms import SelectField, validators
from airflow.utils import json as utils_json

import airflow
from airflow import models, plugins_manager, settings
Expand All @@ -67,7 +66,7 @@
from airflow.security import permissions
from airflow.ti_deps.dep_context import DepContext
from airflow.ti_deps.dependencies_deps import RUNNING_DEPS, SCHEDULER_QUEUED_DEPS
from airflow.utils import timezone
from airflow.utils import json as utils_json, timezone
from airflow.utils.dates import infer_time_unit, scale_time_units
from airflow.utils.helpers import alchemy_to_dict
from airflow.utils.log.log_reader import TaskLogReader
Expand Down

0 comments on commit 164a707

Please sign in to comment.