Skip to content

Commit f6e7693

Browse files
committed
zstandard: suppress ruff lints related to star imports
1 parent 9857f44 commit f6e7693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zstandard/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This software may be modified and distributed under the terms
55
# of the BSD license. See the LICENSE file for details.
66

7+
# ruff: noqa: F403, F405
8+
79
"""Python interface to the Zstandard (zstd) compression library."""
810

911
from __future__ import absolute_import, unicode_literals

0 commit comments

Comments
 (0)