mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-06 03:03:25 +02:00
Fix linting errors
This commit is contained in:
parent
e4233870d6
commit
63979afe32
3 changed files with 14 additions and 6 deletions
|
@ -55,4 +55,6 @@ class User(AbstractUser):
|
|||
# retrieving should not fail because of a missing user, but
|
||||
# if it does fail, log the error so a new user can continue
|
||||
# logging in
|
||||
logger.warn("Failed to retrieve invitation %s", invitation, exc_info=True)
|
||||
logger.warn(
|
||||
"Failed to retrieve invitation %s", invitation, exc_info=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue