Skip to content

Commit fe2689d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a555ac1 commit fe2689d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geemap/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16186,5 +16186,5 @@ def get_google_maps_api_key(key: str = "GOOGLE_MAPS_API_KEY") -> Optional[str]:
1618616186

1618716187
if api_key := userdata.get(key):
1618816188
return api_key
16189-
16189+
1619016190
return os.environ.get(key, None)

0 commit comments

Comments
 (0)