flake8 fixes

This commit is contained in:
Chris Meyers
2016-09-29 10:23:00 -04:00
parent bdd444fb44
commit fbc1dff4de
4 changed files with 6 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
from awx.main.models import (
Job,
AdHocCommand,
InventoryUpdate,
ProjectUpdate,
WorkflowJob,
SystemJob,
Job,
AdHocCommand,
InventoryUpdate,
ProjectUpdate,
WorkflowJob,
SystemJob,
)
class SimpleDAG(object):