Skip to content

Commit 89d988c

Browse files
fix linting
1 parent 377c292 commit 89d988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_unicorn/components/unicorn_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def call(self, function_name, *args):
337337
Add a JavaScript method name and arguments to be called after the component is rendered.
338338
"""
339339
self.calls.append({"fn": function_name, "args": args})
340-
340+
341341

342342
def remove(self):
343343
"""

0 commit comments

Comments
 (0)