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 de4cfef commit 209d03dCopy full SHA for 209d03d
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