Skip to content

Commit e94f71a

Browse files
committed
linted
1 parent 8a64521 commit e94f71a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package/MDAnalysis/analysis/atomicdistances.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ class AtomicDistances(AnalysisBase):
151151
.. versionadded:: 2.5.0
152152
.. versionchanged:: 2.11.0
153153
Distance data are now made available in :attr:`results.distances` instead
154-
of :attr:`results` and :attr:`results` is now a
155-
:class:`~MDAnalysis.analysis.results.Results` instance; this fixes an API issue
154+
of :attr:`results` and :attr:`results` is now a
155+
:class:`~MDAnalysis.analysis.results.Results` instance; this fixes an API issue
156156
(see `Issue #4819`_) in a *backwards-incompatible* manner.
157-
157+
158158
.. _Issue #4819`: https://github.com/MDAnalysis/mdanalysis/issues/4819
159-
159+
160160
"""
161161

162162
def __init__(self, ag1, ag2, pbc=True, **kwargs):
@@ -187,4 +187,4 @@ def _single_frame(self):
187187
box = self._ag1.dimensions if self._pbc else None
188188
self.results[self._frame_index] = calc_bonds(
189189
self._ag1.positions, self._ag2.positions, box
190-
)
190+
)

0 commit comments

Comments
 (0)