Remove unnecessary type hint
This commit is contained in:
parent
d207b259cf
commit
206b7f7b2b
@ -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