Skip to content

Commit

Permalink
I approve of black hating the single quotes for a string because I al…
Browse files Browse the repository at this point in the history
…so hate it but it's still pythonic even if I wish it weren't so
  • Loading branch information
Dwayne Pryce committed Sep 28, 2020
1 parent c70a7df commit 5ee9768
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions graspologic/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,21 @@
from .ptr import pass_to_ranks

__all__ = [
'import_graph',
'import_edgelist',
'is_symmetric',
'is_loopless',
'is_unweighted',
'is_almost_symmetric',
'symmetrize',
'remove_loops',
'to_laplace',
'is_fully_connected',
'get_lcc',
'get_multigraph_union_lcc',
'get_multigraph_intersect_lcc',
'augment_diagonal',
'binarize',
'cartprod',
'pass_to_ranks',
"import_graph",
"import_edgelist",
"is_symmetric",
"is_loopless",
"is_unweighted",
"is_almost_symmetric",
"symmetrize",
"remove_loops",
"to_laplace",
"is_fully_connected",
"get_lcc",
"get_multigraph_union_lcc",
"get_multigraph_intersect_lcc",
"augment_diagonal",
"binarize",
"cartprod",
"pass_to_ranks",
]

0 comments on commit 5ee9768

Please sign in to comment.