Formatting

This commit is contained in:
richard-dds
2018-07-30 15:33:19 -04:00
committed by dandds
parent 08243a199a
commit efdf0b04ba
5 changed files with 19 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ from uuid import uuid4, UUID
from atst.domain.users import Users
from atst.domain.exceptions import NotFoundError, AlreadyExistsError
@pytest.fixture()
def users_repo(db) -> Users:
return Users(db)