Skip to content

Commit ce8fa9c

Browse files
committed
Indentation fixes
1 parent 6e33152 commit ce8fa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_no_tz_concat_without_copy():
9494
# This will raise a ValueError issue if it fails
9595
# Regression test for issue 25257
9696
df = pd.DataFrame({'timestamp': [pd.Timestamp('2020-04-08 09:00:00.709949+0000',
97-
tz='UTC')], })
97+
tz='UTC')], })
9898
result = pd.concat([df], copy=False)
9999
expected = df
100100
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)