Skip to content

Commit

Permalink
fixup! Add conf not importable from airflow rule (#14400)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Jun 14, 2021
1 parent 8025f86 commit 1cabbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/upgrade/rules/fix_conf_not_importable_from_airflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

class ProperlyImportConfFromAirflow(BaseRule):
"""
ProperlyImportConfFromAirflow class to ensure proper import of conf to work in Airflow 2.0
"""
ProperlyImportConfFromAirflow class to ensure proper import of conf to work in Airflow 2.0
"""
title = "Ensure Users Properly Import conf from Airflow"
description = """\
In Airflow-2.0, it's not possible to import `conf` from airflow by using `import conf from airflow`
Expand Down

0 comments on commit 1cabbf6

Please sign in to comment.