Skip to content

Commit

Permalink
Formatting tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Feb 4, 2022
1 parent e5c613d commit ef328f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/BioSimSpace/Process/_amber.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

from ._plumed import Plumed as _Plumed


class _Watcher:
"""A class to watch for changes to the AMBER energy info file. An event handler
is used trigger updates to the energy dictionary each time the file is modified.
Expand Down
1 change: 0 additions & 1 deletion python/BioSimSpace/Process/_gromacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@

from ._plumed import Plumed as _Plumed


class Gromacs(_process.Process):
"""A class for running simulations using GROMACS."""

Expand Down
1 change: 0 additions & 1 deletion python/BioSimSpace/Process/_openmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@

from ._plumed import Plumed as _Plumed


class OpenMM(_process.Process):
"""A class for running simulations using OpenMM."""

Expand Down

0 comments on commit ef328f9

Please sign in to comment.