We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2ebde commit a3996e6Copy full SHA for a3996e6
plerr/errors/variables/W0603.md
@@ -23,7 +23,7 @@ print(var)
23
var = 1
24
25
26
-def foo(x):
+def foo():
27
print(var)
28
return 10
29
0 commit comments