Skip to content

Commit

Permalink
SS-1177 fixed typed method issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anondo1969 committed Nov 26, 2024
1 parent 51ed5ab commit cd75111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion common/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class UserProfileManager(models.Manager):
def create_user_profile(self, user):
def create_user_profile(self, user: User):
user_profile = self.create(user=user)
return user_profile

Expand Down
5 changes: 0 additions & 5 deletions cypress/e2e/db-seed-profile-edit-user.sh

This file was deleted.

0 comments on commit cd75111

Please sign in to comment.