Skip to content

Commit 52e53b1

Browse files
committed
cleanups
1 parent bfe387e commit 52e53b1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

asv_bench/benchmarks/array.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import pandas as pd
44

5-
from .pandas_vb_common import tm
6-
75

86
class BooleanArray:
97
def setup(self):

asv_bench/benchmarks/strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Construction:
1212
params = ["str", "string"]
1313
param_names = ["dtype"]
1414

15-
def setup(self):
15+
def setup(self, dtype):
1616
self.data = tm.rands_array(nchars=10 ** 5, size=10)
1717

1818
def time_construction(self, dtype):

0 commit comments

Comments
 (0)