Fix formatting and mypy warning

This commit is contained in:
Neil Martinsen-Burrell 2023-02-13 14:22:41 -06:00
parent 884a58cf10
commit 1fbd0506ff
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
16 changed files with 3 additions and 17 deletions

View file

@ -13,7 +13,6 @@ logger = logging.getLogger(__name__)
@receiver(post_save, sender=User)
def handle_profile(sender, instance, **kwargs):
"""Method for when a User is saved.
If the user is being created, then create a matching UserProfile. Otherwise