Skip to content

Commit

Permalink
fix pep8 after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie committed Oct 10, 2023
1 parent 4b908ab commit ee44dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/MDAnalysis/analysis/nucleicacids.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class WatsonCrickDist(NucPairDist):
Residue pair.
.. versionadded:: 2.7.0
results.pair_distances: numpy.ndarray
2D array of pair distances. First dimension is
simulation time, second dimension contains the
Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/analysis/test_nucleicacids.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from MDAnalysis.analysis.nucleicacids import (NucPairDist, WatsonCrickDist,
MajorPairDist, MinorPairDist)

from MDAnalysisTests.datafiles import RNA_PSF, RNA_PDB

from MDAnalysis.core.groups import ResidueGroup
Expand Down

0 comments on commit ee44dca

Please sign in to comment.