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,7 +1,7 @@
import factory
from uuid import uuid4
from atst.models import Request, RequestStatusEvent
from atst.models import Request
class RequestFactory(factory.Factory):