Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Mar 26, 2024
1 parent 93d1249 commit 4b7f932
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyiron_atomistics/lammps/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ def _init_block_dict(self):
"atom_modify",
"newton",
)
block_dict["structure"] = (
"read_data",
"include",
"region"
)
block_dict["structure"] = ("read_data", "include", "region")
block_dict["potential"] = (
"group",
"set",
Expand Down

0 comments on commit 4b7f932

Please sign in to comment.