Note tracking bug for shapely type annotations.

This commit is contained in:
Dan Albert 2021-07-11 14:41:40 -07:00
parent 6ce02282e7
commit 81c8052449

View File

@ -20,4 +20,5 @@ warn_unused_ignores = True
ignore_missing_imports = True
[mypy-shapely.*]
# https://github.com/Toblerity/Shapely/issues/721
ignore_missing_imports = True