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 886ab4d commit ea363e7
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 ea363e7

Please sign in to comment.