mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-07-06 08:06:24 +00:00
Rename exceptions.py to avoid shadowing built-in module
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
from crypto import PasswordHasher
|
||||
from model import Session, User
|
||||
from exceptions import InvalidCredentialsError, UserExistsError
|
||||
from errors import InvalidCredentialsError, UserExistsError
|
||||
|
||||
|
||||
class UserOps:
|
||||
|
Reference in New Issue
Block a user