Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 503cbb2

Browse filesBrowse 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
Copy full SHA for 503cbb2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_contour.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_contour.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.