T2 ruff rule

This commit is contained in:
thomas girod
2024-08-06 11:42:10 +02:00
parent 28d6d8ba96
commit 62bb15317c
11 changed files with 33 additions and 35 deletions

View File

@ -22,6 +22,7 @@
#
#
import itertools
import logging
# This file contains all the views that concern the user model
from datetime import date, timedelta
@ -801,7 +802,7 @@ class UserAccountView(UserAccountBase):
product__eticket=None
).all()
except Exception as e:
print(repr(e))
logging.error(e)
return kwargs