Skip to content

Commit

Permalink
Fix mdanalysis type.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtarzia committed Dec 19, 2024
1 parent a57cec0 commit 1f439c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stko/_internal/molecular/conversion/md_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self) -> None:
)
raise WrapperNotInstalledError(msg)

def get_universe(self, mol: stk.Molecule) -> mda.Universe:
def get_universe(self, mol: stk.Molecule): # noqa: ANN202
"""Get an MDAnalysis object.
Parameters:
Expand Down

0 comments on commit 1f439c9

Please sign in to comment.