Skip to content

Commit ddbb6d2

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

executorlib/backend/cache_parallel.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
import cloudpickle
66

7-
from executorlib.task_scheduler.file.backend import backend_load_file, backend_write_file
7+
from executorlib.task_scheduler.file.backend import (
8+
backend_load_file,
9+
backend_write_file,
10+
)
811

912

1013
def main() -> None:

0 commit comments

Comments
 (0)