Skip to content

Commit

Permalink
fmt, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kh01734 committed Nov 7, 2024
1 parent 5f2b34f commit a1955f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacs/mdrun/Cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def is_needed(self) -> bool:
return True

export_needed: bool = True
rmmol_needed : bool = self.settings.rmmol
rmmol_needed: bool = self.settings.rmmol
rmfile_needed: bool = self.settings.rmfile

with open(fn, "r") as f:
Expand Down

0 comments on commit a1955f7

Please sign in to comment.