Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2023
1 parent c9509f1 commit d9f87ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion mosdef_gomc/formats/charmm_writer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class Charmm:

def __init__(
self,
structure_box_0,
Expand Down
3 changes: 0 additions & 3 deletions mosdef_gomc/formats/gomc_conf_writer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class GOMCControl:

def __init__(
self,
charmm_object,
Expand Down Expand Up @@ -58,7 +57,6 @@ def write_gomc_control_file(
binVelocities_box_1=None,
input_variables_dict=None,
):

GOMCControl(
charmm_object,
ensemble_type,
Expand All @@ -82,4 +80,3 @@ def write_gomc_control_file(
binVelocities_box_1=binVelocities_box_1,
input_variables_dict=input_variables_dict,
)

0 comments on commit d9f87ff

Please sign in to comment.