Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Feb 12, 2024
1 parent 27facbb commit 5ae9682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astronomer/providers/core/example_dags/example_astro.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
) as dag1:

@task
def wait_for_2_min():
def wait_for_2_min() -> None:
"""Wait for 2 min."""
time.sleep(120)

Expand Down

0 comments on commit 5ae9682

Please sign in to comment.