Skip to content

Commit

Permalink
Silence CO₂ plume matplotlib _contour mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Sep 21, 2023
1 parent efa2852 commit b42e762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# using. Direct use is implemented (instead of pyplot.contour directly) to avoid the
# overhead related to figure/axis creation in MPL.
from matplotlib import __version__ as mpl_ver
from matplotlib import _contour
from matplotlib import _contour # type: ignore[attr-defined]
except ImportError:
MISSING_DEPENDENCIES = True

Expand Down

0 comments on commit b42e762

Please sign in to comment.