Skip to content

Commit 3bcd4e0

Browse files
committed
Format black
1 parent a4c3f7a commit 3bcd4e0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pylammpsmpi/lammps_wrapper.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ class LammpsLibrary:
2323
"""
2424

2525
def __init__(
26-
self, cores=1, oversubscribe=False, working_directory=".", client=None, mode="local", cmdargs=None
26+
self,
27+
cores=1,
28+
oversubscribe=False,
29+
working_directory=".",
30+
client=None,
31+
mode="local",
32+
cmdargs=None,
2733
):
2834
self.cores = cores
2935
self.working_directory = working_directory

0 commit comments

Comments
 (0)