Skip to content

Commit

Permalink
Make code pep8 compatible again
Browse files Browse the repository at this point in the history
  • Loading branch information
akjanik committed Nov 17, 2017
1 parent b503148 commit 50b291a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions saleor/userprofile/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ class Meta:
('view_staff',
pgettext_lazy('Permission description', 'Can view staff')),
('edit_staff',
pgettext_lazy('Permission description', 'Can edit staff')),
)
pgettext_lazy('Permission description', 'Can edit staff')))

def get_full_name(self):
return self.email
Expand Down

0 comments on commit 50b291a

Please sign in to comment.