Skip to content

Commit

Permalink
fix: Ignore type in example DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Apr 29, 2022
1 parent b548439 commit 3bf85a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/airflow_connection_target_dag.py
Expand Up @@ -25,10 +25,7 @@
)


if settings.Session is None:
settings.configure_orm()

session = settings.Session()
session = settings.Session() # type: ignore
session.add(my_conn)
session.commit()

Expand Down

0 comments on commit 3bf85a0

Please sign in to comment.