Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Oct 14, 2024
1 parent dd76b3c commit c1a6013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glyles/glycans/poly/merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, factory):
"""
self.factory = factory

def merge(self, t, root_orientation="n", start=100, smiles_only: bool = True) -> str | tuple[str, nx.Graph]:
def merge(self, t, root_orientation="n", start=100, smiles_only: bool = True):
"""
Merge the provided tree of monomers enriched with the glycans in the nodes and information on the bindings
between two monomer-nodes in the edges. The input graph is not changed during this process, as the methods
Expand Down

0 comments on commit c1a6013

Please sign in to comment.