Skip to content

Commit 73b310c

Browse files
committed
format
1 parent 439216d commit 73b310c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

trackio/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ def finish(self):
2020
self.storage.finish()
2121

2222

23-
current_run: contextvars.ContextVar[Run | None] = contextvars.ContextVar("current_run", default=None)
23+
current_run: contextvars.ContextVar[Run | None] = contextvars.ContextVar(
24+
"current_run", default=None
25+
)

0 commit comments

Comments
 (0)