enum
This commit is contained in:
@@ -4,9 +4,7 @@ from api.domain.user.repository import UserRepository
|
||||
|
||||
|
||||
class GetUserByEmail:
|
||||
def __init__(
|
||||
self, transaction: TransactionContextManager, user_repository: UserRepository
|
||||
) -> None:
|
||||
def __init__(self, transaction: TransactionContextManager, user_repository: UserRepository) -> None:
|
||||
self.transaction = transaction
|
||||
self.user_repository = user_repository
|
||||
|
||||
|
Reference in New Issue
Block a user