Skip to content

Commit 2186358

Browse files
committed
CLN: run black on the benchmark file
1 parent 3ea3f91 commit 2186358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/tslibs/timestamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class TimestampConstruction:
1010
def setup(self):
1111
self.ts = Timestamp("2020-01-01 00:00:00")
12-
self.ts_series = Series(range(10000)).astype('<M8[ns]')
12+
self.ts_series = Series(range(10000)).astype("<M8[ns]")
1313

1414
def time_parse_iso8601_no_tz(self):
1515
Timestamp("2017-08-25 08:16:14")

0 commit comments

Comments
 (0)