Omkar008 commited on
Commit
2b25034
1 Parent(s): b36d2a5

Update services/location_service.py

Browse files
Files changed (1) hide show
  1. services/location_service.py +1 -0
services/location_service.py CHANGED
@@ -7,6 +7,7 @@ import requests
7
  from dotenv import load_dotenv
8
  load_dotenv()
9
  import json
 
10
 
11
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
12
  genai.configure(api_key=GOOGLE_API_KEY)
 
7
  from dotenv import load_dotenv
8
  load_dotenv()
9
  import json
10
+ import os
11
 
12
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
13
  genai.configure(api_key=GOOGLE_API_KEY)