Skip to content

Commit 503cbb2

Browse files
committed
Stop ignoring typing on contourpy
It has had types since 1.0.7, which is slightly newer than our requirement, but this change is only the test files anyway.
1 parent ccad5ef commit 503cbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44
from unittest import mock
55

6-
import contourpy # type: ignore
6+
import contourpy
77
import numpy as np
88
from numpy.testing import (
99
assert_array_almost_equal, assert_array_almost_equal_nulp, assert_array_equal)

0 commit comments

Comments
 (0)