more compact

main
Antonio De Lucreziis 3 months ago
parent d05f03394b
commit 7cff1ce50a

@ -49,9 +49,7 @@ def classify_iter(g):
if u in visited: if u in visited:
continue continue
continuations = [ continuations = [('node:start', u, None)]
('node:start', u, None),
]
while len(continuations) > 0: while len(continuations) > 0:
state, u, more = continuations.pop() state, u, more = continuations.pop()

Loading…
Cancel
Save