Skip to content

Commit ef328f9

Browse files
committed
Formatting tweak.
1 parent e5c613d commit ef328f9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

python/BioSimSpace/Process/_amber.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666

6767
from ._plumed import Plumed as _Plumed
6868

69-
7069
class _Watcher:
7170
"""A class to watch for changes to the AMBER energy info file. An event handler
7271
is used trigger updates to the energy dictionary each time the file is modified.

python/BioSimSpace/Process/_gromacs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161

6262
from ._plumed import Plumed as _Plumed
6363

64-
6564
class Gromacs(_process.Process):
6665
"""A class for running simulations using GROMACS."""
6766

python/BioSimSpace/Process/_openmm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959

6060
from ._plumed import Plumed as _Plumed
6161

62-
6362
class OpenMM(_process.Process):
6463
"""A class for running simulations using OpenMM."""
6564

0 commit comments

Comments
 (0)