Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Dec 15, 2023
1 parent 5731f85 commit a7e2b5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WDL/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def strip_leading_whitespace(txt: str) -> Tuple[int, str]:
return (to_strip, "\n".join(lines))




@export
class AdjM(Generic[T]):
# A sparse adjacency matrix for topological sorting
Expand Down

0 comments on commit a7e2b5e

Please sign in to comment.