Skip to content

Commit 2b22f26

Browse files
committed
added type abb for basemap
1 parent 9b563e0 commit 2b22f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/anoph/map_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"worldtopomap": lambda: ipyleaflet.basemaps.Esri.WorldTopoMap,
3232
}
3333

34-
_basemap_abbrevs = None
34+
_basemap_abbrevs: dict | None = None
3535

3636

3737
def get_basemap_abbrevs() -> dict:

0 commit comments

Comments
 (0)