Skip to content

Commit 435cf87

Browse files
committed
setup: suppress lint for imports not at top of file
1 parent f6e7693 commit 435cf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
sys.path.insert(0, ".")
5454

55-
import setup_zstd
55+
import setup_zstd # noqa: E402
5656

5757
SUPPORT_LEGACY = False
5858
SYSTEM_ZSTD = False

0 commit comments

Comments
 (0)