Skip to content

Commit 5fb9123

Browse files
Backend: Auto format
1 parent 882e8c4 commit 5fb9123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hstest/common/process_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def weakref_cb(_, q=self._work_queue) -> None:
2828
thread_name = "%s_%d" % (self._thread_name_prefix or self, num_threads)
2929

3030
# Python 3.14+ changed _worker signature and removed _initializer/_initargs
31-
if hasattr(self, '_create_worker_context'):
31+
if hasattr(self, "_create_worker_context"):
3232
args = (
3333
weakref.ref(self, weakref_cb),
3434
self._create_worker_context(),

0 commit comments

Comments
 (0)