Skip to content

Commit 75ec9a5

Browse files
authored
Fix env var error (#343)
1 parent 513020a commit 75ec9a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samgeo/common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
import geopandas as gpd
1515
import matplotlib.pyplot as plt
1616

17-
os.environ["GOOGLE_MAPS_API_KEY"] = "API-KEY"
18-
1917

2018
def is_colab():
2119
"""Tests if the code is being executed within Google Colab."""

0 commit comments

Comments
 (0)