Skip to content

Commit

Permalink
Fix env var error (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Oct 17, 2024
1 parent 513020a commit 75ec9a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samgeo/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import geopandas as gpd
import matplotlib.pyplot as plt

os.environ["GOOGLE_MAPS_API_KEY"] = "API-KEY"


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

0 comments on commit 75ec9a5

Please sign in to comment.