Skip to content

Commit 3e71bdd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executorlib/shared/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
import cloudpickle
1212

13-
from executorlib.shared.hdf import dump, get_output, load
1413
from executorlib.shared.executor import get_command_path
14+
from executorlib.shared.hdf import dump, get_output, load
1515

1616

1717
class FutureItem:

0 commit comments

Comments
 (0)