Skip to content

Commit

Permalink
[FIX] PEP8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kumanik committed Aug 4, 2021
1 parent 1df496a commit 85a1591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esim-cloud-backend/libAPI/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def save_model(self, request, obj, form, change):

# If the library set is being changed
else:
user = (LibrarySet.objects.get(id = obj.pk)).user
user = (LibrarySet.objects.get(id=obj.pk)).user
obj.user = user
obj.save()

Expand Down

0 comments on commit 85a1591

Please sign in to comment.