Skip to content

Commit e8d8aa4

Browse files
committed
Fix linting
1 parent 0c87e82 commit e8d8aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/venues/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def get_form_kwargs(self):
5050

5151
def form_valid(self, form):
5252
"""Save the form and add User data."""
53-
5453
instance = form.save(commit=False)
5554
instance.user_created = self.request.user
5655

0 commit comments

Comments
 (0)