We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed25eda commit 9d2ff7aCopy full SHA for 9d2ff7a
irods/parallel.py
@@ -18,7 +18,7 @@
18
from queue import Queue, Full, Empty
19
20
21
-transfer_managers: weakref.WeakKeyDictionary[_Multipart_close_manager, Any] = weakref.WeakKeyDictionary()
+transfer_managers: weakref.WeakKeyDictionary["_Multipart_close_manager", Any] = weakref.WeakKeyDictionary()
22
23
def abort_parallel_transfers(dry_run = False):
24
if not dry_run:
0 commit comments