Skip to content

Commit f1f1a2e

Browse files
committed
Ignore flake8 errors on wildcard import
1 parent 269dc0f commit f1f1a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/compat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pandas._typing import F
1717
import pandas.compat._compressors
18-
from pandas.compat._constants import *
18+
from pandas.compat._constants import * # noqa: F401,F403
1919
from pandas.compat.numpy import (
2020
is_numpy_dev,
2121
np_version_under1p21,

0 commit comments

Comments
 (0)