mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Modify formatting in response to black update
This commit is contained in:
@@ -2,7 +2,7 @@ from collections import deque
|
||||
|
||||
|
||||
class SimpleDAG(object):
|
||||
''' A simple implementation of a directed acyclic graph '''
|
||||
'''A simple implementation of a directed acyclic graph'''
|
||||
|
||||
def __init__(self):
|
||||
self.nodes = []
|
||||
|
||||
Reference in New Issue
Block a user