Skip to content

Commit

Permalink
fix TopologyReaderBase import
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed May 16, 2023
1 parent 5be773c commit 6edc31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mdakit.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _get_class_badges(name: Optional[str]):
# Get all the necessary MDAnalysis classes
from MDAnalysis.analysis.base import AnalysisBase
from MDAnalysis.coordinates.base import ProtoReader, WriterBase, ConverterBase
from MDAnalysis.topology.base import TopologyBase
from MDAnalysis.topology.base import TopologyReaderBase
from MDAnalysis.transformations.base import TransformationBase

def get_modules(mod):
Expand Down

0 comments on commit 6edc31c

Please sign in to comment.