Skip to content

Commit 97c4fc6

Browse files
ruff
1 parent 3bea08c commit 97c4fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/templatetags/multiply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55

66
@register.filter
7-
def multiply(value, arg):
7+
def multiply(value, arg): # noqa: FURB118
88
return value * arg

0 commit comments

Comments
 (0)