feat: add import
This commit is contained in:
@@ -5,7 +5,7 @@ from src.application.domain.entities.admin_user import AdminUserEntity
|
||||
|
||||
class IAdminUserRepository(ABC):
|
||||
@abstractmethod
|
||||
async def get_by_email(self, email: str) -> AdminUserEntity:
|
||||
async def get_by_login(self, login: str) -> AdminUserEntity:
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user