Fix linting errors

This commit is contained in:
richard-dds
2018-07-30 15:37:31 -04:00
parent 8fdf3ec20f
commit d23975ad02
5 changed files with 3 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
import factory
from uuid import uuid4
from atst.models import Request, RequestStatusEvent
from atst.models import Request
class RequestFactory(factory.Factory):