From 28464d77986330aa004788441bcd3777a9cc2072 Mon Sep 17 00:00:00 2001 From: Neel Dalsania Date: Thu, 12 Dec 2024 13:08:30 +0530 Subject: [PATCH] Update exampledag.py --- dags/exampledag.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dags/exampledag.py b/dags/exampledag.py index 2cc7169..8b08b7b 100644 --- a/dags/exampledag.py +++ b/dags/exampledag.py @@ -26,7 +26,6 @@ import requests - # Define the basic parameters of the DAG, like schedule and start_date @dag( start_date=datetime(2024, 1, 1),