Skip to content

Commit 8837ff4

Browse files
committed
flake8 asv_bench
1 parent a3f42df commit 8837ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/timeseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def setup(self):
268268
self.timestamp_seconds_int = Series(
269269
range(1521080307, 1521685107), dtype="int64"
270270
)
271-
self.timestamp_seconds_float = timestamp_seconds_int.astype("float64")
271+
self.timestamp_seconds_float = self.timestamp_seconds_int.astype("float64")
272272

273273
def to_datetime_int(self):
274274
to_datetime(self.timestamp_seconds_int, unit="s")

0 commit comments

Comments
 (0)