Skip to content

Commit d86553b

Browse files
ryankarlosWillAyd
authored andcommitted
Clean Up pandas.core.reshape in mypy.ini (#25936)
1 parent b90f9db commit d86553b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mypy.ini

-6
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,12 @@ ignore_errors=True
104104
[mypy-pandas.core.resample]
105105
ignore_errors=True
106106

107-
[mypy-pandas.core.reshape.concat]
108-
ignore_errors=True
109-
110107
[mypy-pandas.core.reshape.merge]
111108
ignore_errors=True
112109

113110
[mypy-pandas.core.reshape.reshape]
114111
ignore_errors=True
115112

116-
[mypy-pandas.core.reshape.tile]
117-
ignore_errors=True
118-
119113
[mypy-pandas.core.series]
120114
ignore_errors=True
121115

0 commit comments

Comments
 (0)