Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svallero committed Jan 11, 2024
1 parent 901cd26 commit b4b5d72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
5 changes: 1 addition & 4 deletions hello_world_airflow_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from datetime import datetime

def helloWorld():
print(Hello World)
print("Hello World")

with DAG(dag_id="hello_world_dag",
start_date=datetime(2021,1,1),
Expand All @@ -15,6 +15,3 @@ def helloWorld():
python_callable=helloWorld)

task1



20 changes: 0 additions & 20 deletions hello_world_dag.py

This file was deleted.

0 comments on commit b4b5d72

Please sign in to comment.