Skip to content

Commit

Permalink
Updated smileslib.queries -> smileslib.substructures import
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed May 9, 2024
1 parent 913995f commit 350241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymerist/rdutils/reactions/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from ..bonding._bonding import combined_rdmol
from ..labeling.molwise import ordered_map_nums
from ..labeling.bondwise import get_bonded_pairs_by_map_nums
from ..smileslib.queries import matching_labels_from_substruct_dict
from ..smileslib.substructures import matching_labels_from_substruct_dict

from ...genutils.decorators.functional import allow_string_paths, allow_pathlib_paths
from ...genutils.sequences import bin_ids_forming_sequence
Expand Down

0 comments on commit 350241f

Please sign in to comment.