Skip to content

Commit 297e0ca

Browse files
committed
Format black
1 parent 925a629 commit 297e0ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

executorlib/standalone/error.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import traceback
32

43

@@ -19,4 +18,4 @@ def backend_write_error_file(error: Exception, apply_dict: dict) -> None:
1918
f.write("function: " + str(apply_dict["fn"]) + "\n")
2019
f.write("args: " + str(apply_dict["args"]) + "\n")
2120
f.write("kwargs: " + str(apply_dict["kwargs"]) + "\n")
22-
traceback.print_exception(error, file=f)
21+
traceback.print_exception(error, file=f)

0 commit comments

Comments
 (0)