mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-05 10:43:23 +02:00
Fix formatting and mypy warning
This commit is contained in:
parent
884a58cf10
commit
1fbd0506ff
16 changed files with 3 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue