Skip to content

Commit 81efd16

Browse files
committed
fixed lint errors
1 parent 98df589 commit 81efd16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • functions-python/backfill_dataset_service_date_range/src

functions-python/backfill_dataset_service_date_range/src/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import json
2626

2727
from google.cloud import storage
28+
import requests
2829

2930
env = os.getenv("ENV", "dev").lower()
3031
bucket_name = f"mobilitydata-datasets-{env}"

0 commit comments

Comments
 (0)