mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
satisfy flake8
This commit is contained in:
@@ -1,12 +1,4 @@
|
|||||||
|
|
||||||
from awx.main.models import (
|
|
||||||
Job,
|
|
||||||
AdHocCommand,
|
|
||||||
InventoryUpdate,
|
|
||||||
ProjectUpdate,
|
|
||||||
WorkflowJob,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class SimpleDAG(object):
|
class SimpleDAG(object):
|
||||||
''' A simple implementation of a directed acyclic graph '''
|
''' A simple implementation of a directed acyclic graph '''
|
||||||
|
|||||||
Reference in New Issue
Block a user