satisfy flake8

This commit is contained in:
chris meyers
2018-10-12 10:49:13 -04:00
parent 73feeea42b
commit 92aeb082ed

View File

@@ -1,12 +1,4 @@
from awx.main.models import (
Job,
AdHocCommand,
InventoryUpdate,
ProjectUpdate,
WorkflowJob,
)
class SimpleDAG(object):
''' A simple implementation of a directed acyclic graph '''