Fix linting errors

This commit is contained in:
richard-dds
2018-07-30 15:37:31 -04:00
committed by dandds
parent efdf0b04ba
commit d207b259cf
5 changed files with 3 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
import pytest
from uuid import uuid4, UUID
from uuid import uuid4
from atst.domain.users import Users
from atst.domain.exceptions import NotFoundError, AlreadyExistsError