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 e56bb90 commit fbf4666Copy full SHA for fbf4666
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 # NOAQ, pylint: disable=useless-import-alias
+from .pycdlib import PyCdlib as PyCdlib # NOQA, pylint: disable=useless-import-alias
0 commit comments