clarindasusan commited on
Commit
d02ff73
·
verified ·
1 Parent(s): 59d0f1c

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +2 -1
api.py CHANGED
@@ -54,7 +54,8 @@ from src.live_data_fetcher import (
54
  IMDCycloneDataFetcher, CycloneFeatureEngineer,
55
  IMDFloodDataFetcher # ← add this
56
  )
57
-
 
58
 
59
  # ============================================================================
60
  # APP SETUP
 
54
  IMDCycloneDataFetcher, CycloneFeatureEngineer,
55
  IMDFloodDataFetcher # ← add this
56
  )
57
+ # In api.py — update the imports at the top
58
+ from datetime import datetime
59
 
60
  # ============================================================================
61
  # APP SETUP