Skip to content

Commit 966757f

Browse files
kaathi524jorisvandenbossche
authored andcommitted
CLN: noqa removal (#29574)
1 parent 0e99111 commit 966757f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asv_bench/benchmarks/gil.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def wrapper(fname):
3737
return wrapper
3838

3939

40-
from .pandas_vb_common import BaseIO # noqa: E402 isort:skip
40+
from .pandas_vb_common import BaseIO # isort:skip
4141

4242

4343
class ParallelGroupbyMethods:

asv_bench/benchmarks/offset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pandas as pd
44

55
try:
6-
import pandas.tseries.holiday # noqa
6+
import pandas.tseries.holiday
77
except ImportError:
88
pass
99

0 commit comments

Comments
 (0)