Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Aug 24, 2024
1 parent 296056c commit a1d5b11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion xgi/convert/bipartite_edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from ..core import DiHypergraph, Hypergraph
from ..exception import XGIError
from ..generators import empty_hypergraph

__all__ = ["from_bipartite_edgelist", "to_bipartite_edgelist"]

Expand Down
3 changes: 0 additions & 3 deletions xgi/readwrite/hif.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
import json
from collections import defaultdict

import numpy as np

from ..convert import to_bipartite_edgelist
from ..core import DiHypergraph, Hypergraph, SimplicialComplex
from ..exception import XGIError
from ..utils import IDDict

__all__ = ["write_hif", "read_hif"]
Expand Down

0 comments on commit a1d5b11

Please sign in to comment.