PEP8 add new line at the end of file

This commit is contained in:
Andreas Zweili 2020-02-29 19:00:47 +01:00
parent e56c90d4d3
commit 1123aeb259
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ class ComputerUpdateForm(forms.ModelForm):
super(ComputerUpdateForm, self).__init__(*args, **kwargs)
if not user.is_superuser:
self.fields['customer'].queryset = utils.get_customers(user)
self.fields['user'].queryset = utils.get_objects("User", user)
self.fields['user'].queryset = utils.get_objects("User", user)