Skip to content

Commit 50b3239

Browse files
committed
Remove useless calls
1 parent 0c8107e commit 50b3239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsfr/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def generate_summary_items(sections_names: list) -> list:
117117
return items
118118

119119

120-
def dsfr_input_class_attr(bf: BoundField, *args, **kwargs):
120+
def dsfr_input_class_attr(bf: BoundField):
121121
if not bf:
122122
raise AttributeError(
123123
"Either dsfr_form_field or dsfr_input_class_attr has been called with a non-existing field name."

0 commit comments

Comments
 (0)