Skip to content

Commit 1db7799

Browse files
committed
decorator_5
1 parent f4007b4 commit 1db7799

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pandas/core/dtypes/missing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
)
4646
from pandas.core.dtypes.inference import is_list_like
4747

48-
49-
5048
if TYPE_CHECKING:
5149
from re import Pattern
5250

pandas/tests/api/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
)
1515

1616

17-
1817
class Base:
1918
def check(self, namespace, expected, ignored=None):
2019
# see which names are in the namespace, minus optional

0 commit comments

Comments
 (0)