Skip to content

Commit

Permalink
fixup! fixup! Add a flag for rendering to native python objects
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed May 5, 2021
1 parent e9256cf commit 1626643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/models/baseoperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
from functools import cached_property
except ImportError:
from cached_property import cached_property
from cached_property import cached_property
from dateutil.relativedelta import relativedelta
from sqlalchemy.orm import Session

Expand Down

0 comments on commit 1626643

Please sign in to comment.