File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ def _terminate_processes() -> None:
119
119
continuing to execute while it kills the processes that they've
120
120
spawned. This may occasionally lead to unexpected behaviour.
121
121
"""
122
- global docker_exe
123
122
# It's possible that another thread will spawn a new task while
124
123
# we're executing, so it's not safe to use a for loop here.
125
124
while processes_to_kill :
Original file line number Diff line number Diff line change @@ -1109,7 +1109,6 @@ def __str__(self) -> str:
1109
1109
1110
1110
def uniquename (stem : str , names : Optional [set [str ]] = None ) -> str :
1111
1111
"""Construct a thread-unique name using the given stem as a prefix."""
1112
- global _names
1113
1112
if names is None :
1114
1113
names = _names
1115
1114
c = 1
You can’t perform that action at this time.
0 commit comments