misc: apply black 22.1.0

This commit is contained in:
Frédéric Péters 2022-03-01 19:39:25 +01:00
parent 35e1b919ac
commit e339d91b74
2 changed files with 0 additions and 2 deletions

View File

@ -49,6 +49,5 @@ try:
except User.DoesNotExist:
return super(DocbowMellonAuthBackend, self).get_user(user_id)
except ImportError:
pass

View File

@ -43,6 +43,5 @@ try:
profile.external_id = tabellio_id
profile.save()
except ImportError:
pass