Skip to content

Commit 6bdc9a3

Browse files
committed
remove extraneous
1 parent 7b072a5 commit 6bdc9a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/dtypes/common.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,10 +1934,6 @@ def pandas_dtype(dtype):
19341934
if result is not None:
19351935
return result
19361936

1937-
# un-registered extension types
1938-
elif isinstance(dtype, (PandasExtensionDtype, ExtensionDtype)):
1939-
return dtype
1940-
19411937
# try a numpy dtype
19421938
# raise a consistent TypeError if failed
19431939
try:

0 commit comments

Comments
 (0)