Skip to content

Commit 2af907c

Browse files
Update malariagen_data/anoph/map_params.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b309c80 commit 2af907c

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
@@ -42,7 +42,7 @@ def get_basemap_abbrevs() -> dict:
4242
for key, provider_fn in _basemap_abbrev_candidates.items():
4343
try:
4444
_basemap_abbrevs[key] = provider_fn()
45-
except (ImportError, ModuleNotFoundError, AttributeError):
45+
except (ImportError, AttributeError):
4646
warnings.warn(
4747
f"Basemap provider {key!r} is not available and will be skipped.",
4848
stacklevel=2,

0 commit comments

Comments
 (0)