satisfy flake8

This commit is contained in:
chris meyers
2018-10-12 10:49:13 -04:00
committed by mabashian
parent ebabec0dad
commit 1a064bdc59

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 '''