From ad8ca670356e201d51bd8c09e743f02635c62d4b Mon Sep 17 00:00:00 2001 From: Ryan Nazareth Date: Thu, 11 Apr 2019 00:56:13 +0100 Subject: [PATCH] Reset PR and keep mypy.ini changes --- mypy.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mypy.ini b/mypy.ini index 483fc78ca9cc3..f1c6a3d38f870 100644 --- a/mypy.ini +++ b/mypy.ini @@ -113,18 +113,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