From 3a5d9e95253ce21c2978714b1afcc785732a1022 Mon Sep 17 00:00:00 2001 From: Andrew Gaspari Date: Sat, 26 Jan 2019 18:08:27 -0600 Subject: [PATCH 1/5] CLN: isort asv_bench/benchmark/algorithms --- asv_bench/benchmarks/algorithms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/asv_bench/benchmarks/algorithms.py b/asv_bench/benchmarks/algorithms.py index 34fb161e5afcb..34e2b78f20825 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) From 63df15ce66cd915c2b3111067449e40af04f5f50 Mon Sep 17 00:00:00 2001 From: Andrew Gaspari Date: Sat, 26 Jan 2019 18:26:46 -0600 Subject: [PATCH 2/5] CLN:isort asv_bench/benchmark/algorithms --- setup.cfg | 1 - 1 file changed, 1 deletion(-) 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, From 5d5e6a9a70dd1ccdbdfc2b9351418e5821e700ab Mon Sep 17 00:00:00 2001 From: Andrew Gaspari Date: Tue, 29 Jan 2019 17:32:28 -0600 Subject: [PATCH 3/5] CLN: isort and add isort:skip to setup --- asv_bench/benchmarks/algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/benchmarks/algorithms.py b/asv_bench/benchmarks/algorithms.py index 34e2b78f20825..e73e3261df721 100644 --- a/asv_bench/benchmarks/algorithms.py +++ b/asv_bench/benchmarks/algorithms.py @@ -141,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 # isort:skip noqa: F401 From 9d949cfc50a62999433bda76882997611f9d45af Mon Sep 17 00:00:00 2001 From: Andrew Gaspari Date: Tue, 29 Jan 2019 18:20:04 -0600 Subject: [PATCH 4/5] CLN: isort, fix isort:skip and noqa: f401 --- asv_bench/benchmarks/algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/benchmarks/algorithms.py b/asv_bench/benchmarks/algorithms.py index e73e3261df721..be468389d1751 100644 --- a/asv_bench/benchmarks/algorithms.py +++ b/asv_bench/benchmarks/algorithms.py @@ -141,4 +141,4 @@ def time_quantile(self, quantile, interpolation, dtype): self.idx.quantile(quantile, interpolation=interpolation) -from .pandas_vb_common import setup # isort:skip noqa: F401 +from .pandas_vb_common import setup # noqa: F401 isort:skip From 0f3254d9ac1a4f1f6d77cc50a30409aa9fdceb36 Mon Sep 17 00:00:00 2001 From: Andrew Gaspari Date: Tue, 29 Jan 2019 18:22:59 -0600 Subject: [PATCH 5/5] CLN: isort, fix isort:skip and noqa: f401 --- asv_bench/benchmarks/algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/benchmarks/algorithms.py b/asv_bench/benchmarks/algorithms.py index be468389d1751..74849d330f2bc 100644 --- a/asv_bench/benchmarks/algorithms.py +++ b/asv_bench/benchmarks/algorithms.py @@ -141,4 +141,4 @@ def time_quantile(self, quantile, interpolation, dtype): self.idx.quantile(quantile, interpolation=interpolation) -from .pandas_vb_common import setup # noqa: F401 isort:skip +from .pandas_vb_common import setup # noqa: F401 isort:skip