Skip to content

Commit

Permalink
fix pylint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Nov 11, 2024
1 parent c6aa75b commit 7dec020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class {{ cookiecutter.template_analysis_class }}(AnalysisBase):
Parameters
----------
universe_or_atomgroup: :class:`~MDAnalysis.core.universe.Universe` or :class:`~MDAnalysis.core.groups.AtomGroup`
universe_or_atomgroup: Universe or AtomGroup
Universe or group of atoms to apply this analysis to.
If a trajectory is associated with the atoms,
then the computation iterates over the trajectory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""

# Import package, test suite, and other packages as needed
import {{cookiecutter.package_name}}
import pytest
import sys
import pytest
import {{cookiecutter.package_name}}


def test_{{cookiecutter.package_name}}_imported():
Expand Down

0 comments on commit 7dec020

Please sign in to comment.