diff --git a/asv_bench/benchmarks/algorithms.py b/asv_bench/benchmarks/algorithms.py
index 34fb161e5afcb..74849d330f2bc 100644
--- a/asv_bench/benchmarks/algorithms.py
+++ b/asv_bench/benchmarks/algorithms.py
@@ -5,7 +5,6 @@
 import pandas as pd
 from pandas.util import testing as tm
 
-
 for imp in ['pandas.util', 'pandas.tools.hashing']:
     try:
         hashing = import_module(imp)
@@ -142,4 +141,4 @@ def time_quantile(self, quantile, interpolation, dtype):
         self.idx.quantile(quantile, interpolation=interpolation)
 
 
-from .pandas_vb_common import setup  # noqa: F401
+from .pandas_vb_common import setup  # noqa: F401 isort:skip
diff --git a/setup.cfg b/setup.cfg
index 7155cc1013544..b15c3ce8a110a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -114,7 +114,6 @@ force_sort_within_sections=True
 skip=
     pandas/core/api.py,
     pandas/core/frame.py,
-    asv_bench/benchmarks/algorithms.py,
     asv_bench/benchmarks/attrs_caching.py,
     asv_bench/benchmarks/binary_ops.py,
     asv_bench/benchmarks/categoricals.py,