Skip to content

Commit 9d42978

Browse files
committed
Fix typing
1 parent de0841e commit 9d42978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/json/_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ def _convert_axes(self, obj: DataFrame | Series) -> DataFrame | Series:
11491149
setattr(obj, axis_name, new_axis)
11501150
return obj
11511151

1152-
def _try_convert_types(self, obj: DataFrame | Series) -> DataFrame | Series:
1152+
def _try_convert_types(self, obj):
11531153
raise AbstractMethodError(self)
11541154

11551155
@final

0 commit comments

Comments
 (0)