Fix invalid noqa directives

This commit is contained in:
sepro
2025-04-05 20:14:16 +02:00
parent 4ebf41309d
commit fbff08299e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ from ..compat import (
from ..dependencies import xattr
from ..globals import IN_CLI
__name__ = __name__.rsplit('.', 1)[0] # noqa: A001: Pretend to be the parent module
__name__ = __name__.rsplit('.', 1)[0] # noqa A001: Pretend to be the parent module
class NO_DEFAULT: