We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ba227 commit b4776c4Copy full SHA for b4776c4
1 file changed
control/__init__.py
@@ -72,7 +72,7 @@
72
73
# don't warn about `import *`
74
# ruff: noqa: F403
75
-# don't warn about unknown names; they come `import *`
+# don't warn about unknown names; they come via `import *`
76
# ruff: noqa: F405
77
78
# Input/output system modules
0 commit comments