Skip to content

Commit

Permalink
added ligand_breakdown import to helperfuncs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jwtoney committed Oct 9, 2024
1 parent 2a781ee commit d3fa63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helperFuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from molSimplify.Classes.globalvars import (dict_oneempty_check_st,
oneempty_angle_ref)
from molSimplify.Classes.mol3D import mol3D
from molSimplify.Classes.ligand import ligand_breakdown

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'ligand_breakdown' is not used.
from typing import Dict
from contextlib import contextmanager
from pathlib import Path
Expand Down

0 comments on commit d3fa63d

Please sign in to comment.