Skip to content

Commit adc7436

Browse files
colesburypicnixz
andauthored
Update Lib/test/test_concurrent_futures/test_wait.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 44483a0 commit adc7436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_concurrent_futures/test_wait.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def test_timeout(self):
135135
# Set the event to allow the future to complete
136136
self.event.set()
137137

138+
138139
class ThreadPoolWaitTests(ThreadPoolMixin, WaitTests, BaseTestCase):
139140

140141
def test_pending_calls_race(self):

0 commit comments

Comments
 (0)