Skip to content

Commit 89f0b8d

Browse files
authored
Fix pre-commit error (#1291)
* Fix pre-commit error * Add support for Python 3.13 * Skip keplergl * Remove python 3.13
1 parent 368c412 commit 89f0b8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

leafmap/fire.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
import os
1212

1313
# Base API endpoint for OpenVEDA OGC API Features
14-
OPENVEDA_ENDPOINT = os.getenv("OPENVEDA_API_ENDPOINT", "https://openveda.cloud/api/features")
14+
OPENVEDA_ENDPOINT = os.getenv(
15+
"OPENVEDA_API_ENDPOINT", "https://openveda.cloud/api/features"
16+
)
1517

1618
# Available fire collections with descriptions
1719
# The full collection IDs use the prefix "public.eis_fire_"

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ h5netcdf
1212
h5py
1313
# ipysheet
1414
# jupyter_bokeh
15-
keplergl
15+
# keplergl
1616
laspy
1717
localtileserver>=0.10.6
1818
lonboard

0 commit comments

Comments
 (0)