mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove redundant assignment
This commit is contained in:
@@ -100,7 +100,7 @@ class ParallelTasks:
|
||||
args=(psend, task_func, arg))
|
||||
self._procs[tid] = proc
|
||||
self._precvsWaiting[tid] = precv
|
||||
_ = self._join_one()
|
||||
self._join_one()
|
||||
|
||||
def join(self) -> None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user