Skip to content

Commit b7d20b0

Browse files
committed
CLN: run black pandas
1 parent 207cc76 commit b7d20b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/scalar/timestamp/test_timestamp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,8 +1099,8 @@ def test_constructor_before_dst_switch():
10991099
# Make sure that calling Timestamp constructor
11001100
# on time just before DST switch doesn't lead to
11011101
# nonexistent time
1102-
epoch = 1552211999999999872
1103-
ts = Timestamp(epoch, tz='dateutil/US/Pacific')
1102+
epoch = 1552211999999999872
1103+
ts = Timestamp(epoch, tz="dateutil/US/Pacific")
11041104
expected = timedelta(seconds=0)
11051105
result = ts.tz.dst(ts)
11061106
assert result == expected

0 commit comments

Comments
 (0)