Skip to content

Commit e6c3ff8

Browse files
Jonathan EliashivJonathan Eliashiv
Jonathan Eliashiv
authored and
Jonathan Eliashiv
committed
lint
1 parent 7d2eae9 commit e6c3ff8

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
@@ -158,7 +158,7 @@ def __init__(
158158

159159
if orient is None:
160160
orient = self._default_orient
161-
161+
162162
if timezone is None and hasattr(obj, 'tz'):
163163
timezone = obj.tz
164164

0 commit comments

Comments
 (0)