Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya committed Nov 1, 2024
1 parent 674c55a commit 483305a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pyBiodatafuse/analyzer/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@ def get_nodes_by_label(self, label: str) -> Optional[list]:

return None

def get_subgraph(self, nodes: list):
"""Get subgraph of the graph."""
subgraph = self.graph.subgraph(nodes)
return subgraph

def get_publications_for_genes(self):
"""Get publications for genes."""
pass
Expand Down

0 comments on commit 483305a

Please sign in to comment.