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 3bea08c commit 97c4fc6Copy full SHA for 97c4fc6
dojo/templatetags/multiply.py
@@ -4,5 +4,5 @@
4
5
6
@register.filter
7
-def multiply(value, arg):
+def multiply(value, arg): # noqa: FURB118
8
return value * arg
0 commit comments