We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18a6da commit e56bb90Copy full SHA for e56bb90
pycdlib/__init__.py
@@ -2,4 +2,4 @@
2
Pycdlib is a pure python library to parse, write (master), and create ISO9660
3
files. These files are suitable for writing to a CD or USB.
4
"""
5
-from .pycdlib import PyCdlib as PyCdlib # NOQA
+from .pycdlib import PyCdlib as PyCdlib # NOAQ, pylint: disable=useless-import-alias
0 commit comments