Skip to content

Commit c81352a

Browse files
committed
fixed pre commit
1 parent 7eccc89 commit c81352a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asv_bench/benchmarks/io/csv.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def setup(self, kind):
5252
def time_frame(self, kind):
5353
self.df.to_csv(self.fname)
5454

55+
5556
class ToCSVFloatFormatVariants(BaseIO):
5657
fname = "__test__.csv"
5758

@@ -70,6 +71,7 @@ def time_new_style_thousands_format(self):
7071
def time_callable_format(self):
7172
self.df.to_csv(self.fname, float_format=lambda x: f"{x:.6f}")
7273

74+
7375
class ToCSVMultiIndexUnusedLevels(BaseIO):
7476
fname = "__test__.csv"
7577

0 commit comments

Comments
 (0)