diff --git a/mypy.ini b/mypy.ini index b43966b9e0a82..3a00176526147 100644 --- a/mypy.ini +++ b/mypy.ini @@ -110,18 +110,12 @@ ignore_errors=True [mypy-pandas.core.resample] ignore_errors=True -[mypy-pandas.core.reshape.concat] -ignore_errors=True - [mypy-pandas.core.reshape.merge] ignore_errors=True [mypy-pandas.core.reshape.reshape] ignore_errors=True -[mypy-pandas.core.reshape.tile] -ignore_errors=True - [mypy-pandas.core.series] ignore_errors=True