We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5af60 commit 43741eeCopy full SHA for 43741ee
PyPartMC/__init__.py
@@ -43,4 +43,4 @@ def __build_extension_env():
43
with __build_extension_env():
44
import _PyPartMC
45
from _PyPartMC import *
46
- from _PyPartMC import __all__, __version__
+ from _PyPartMC import __all__, __version__ # pylint: disable=no-name-in-module
0 commit comments