Skip to content

Commit c9aed54

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 077ca5f commit c9aed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylammpsmpi/wrapper/concurrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (c) Max-Planck-Institut für Eisenforschung GmbH - Computational Materials Design (CM) Department
22
# Distributed under the terms of "New BSD License", see the LICENSE file.
33

4-
import os
54
import contextlib
5+
import os
66
from concurrent.futures import Future
77

88
from executorlib import SingleNodeExecutor

0 commit comments

Comments
 (0)