Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Sep 11, 2024
1 parent 5e1aa78 commit d3daf43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions freud/msd.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@ def particle_msd(self):
return np.concatenate(self._particle_msd, axis=1)

def __repr__(self):
return (
f"freud.msd.{type(self).__name__}(box={self._box}, mode={self.mode!r})"
)
return f"freud.msd.{type(self).__name__}(box={self._box}, mode={self.mode!r})"

def plot(self, ax=None):
"""Plot MSD.
Expand Down

0 comments on commit d3daf43

Please sign in to comment.