Skip to content

Commit b3c1dd3

Browse files
committed
Removing prototype code.
1 parent 2535432 commit b3c1dd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

validator/delphi_validator/driver.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
from fbsurveyvalidation import *
22
from datafetcher import *
33

4-
# Defining start date and end date for the last fb-survey pipeline execution
5-
survey_sdate = "2020-06-13"
6-
survey_edate = "2020-06-15"
7-
84
# Dev Alert: Remove template extention
95
params = read_params("..\params.json.template")
106
dtobj_sdate = datetime.strptime(params['start_date'], '%Y-%m-%d')

0 commit comments

Comments
 (0)