We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
black
1 parent 7ecb533 commit ef1cab7Copy full SHA for ef1cab7
unification/match.py
@@ -114,8 +114,5 @@ def ordering(signatures):
114
Topological sort of edges as given by ``edge`` and ``supercedes``
115
"""
116
return _toposort(
117
- {
118
- s: [t for t in signatures if edge(s, t)]
119
- for s in map(tuple, signatures)
120
- }
+ {s: [t for t in signatures if edge(s, t)] for s in map(tuple, signatures)}
121
)
0 commit comments