Skip to content

Commit c9d8953

Browse files
gasparia405Pingviinituutti
authored andcommitted
CLN: isort asv_bench/benchmark/algorithms.py (pandas-dev#24958)
1 parent c627bb4 commit c9d8953

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

asv_bench/benchmarks/algorithms.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import pandas as pd
66
from pandas.util import testing as tm
77

8-
98
for imp in ['pandas.util', 'pandas.tools.hashing']:
109
try:
1110
hashing = import_module(imp)
@@ -142,4 +141,4 @@ def time_quantile(self, quantile, interpolation, dtype):
142141
self.idx.quantile(quantile, interpolation=interpolation)
143142

144143

145-
from .pandas_vb_common import setup # noqa: F401
144+
from .pandas_vb_common import setup # noqa: F401 isort:skip

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ force_sort_within_sections=True
114114
skip=
115115
pandas/core/api.py,
116116
pandas/core/frame.py,
117-
asv_bench/benchmarks/algorithms.py,
118117
asv_bench/benchmarks/attrs_caching.py,
119118
asv_bench/benchmarks/binary_ops.py,
120119
asv_bench/benchmarks/categoricals.py,

0 commit comments

Comments
 (0)