Skip to content

Commit

Permalink
Upgrade to latest isort (5.0.8) (#9782)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jul 12, 2020
1 parent 43cb059 commit d344048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ repos:
types: [yaml]
exclude: ^.*init_git_sync\.template\.yaml$|^.*airflow\.template\.yaml$|^chart/templates/.*\.yaml$
- repo: https://github.com/timothycrosley/isort
rev: 5.0.6
rev: 5.0.8
hooks:
- id: isort
name: Run isort to sort imports
Expand Down
5 changes: 2 additions & 3 deletions airflow/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@

# noinspection PyUnresolvedReferences
from airflow import api
from airflow.logging_config import configure_logging
from airflow.utils.orm_event_handlers import setup_event_handlers

# pylint: disable=unused-import
from airflow.configuration import AIRFLOW_HOME, WEBSERVER_CONFIG, conf # NOQA F401
from airflow.logging_config import configure_logging
from airflow.utils.orm_event_handlers import setup_event_handlers

log = logging.getLogger(__name__)

Expand Down

0 comments on commit d344048

Please sign in to comment.