Remove unnecessary type hint
This commit is contained in:
parent
d23975ad02
commit
4742957f6d
@ -6,7 +6,7 @@ from atst.domain.exceptions import NotFoundError, AlreadyExistsError
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def users_repo(db) -> Users:
|
||||
def users_repo(db):
|
||||
return Users(db)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user