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 eab351c commit b30c852Copy full SHA for b30c852
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