Skip to content

Commit 758ca25

Browse files
committed
Remove event.clear() call
1 parent adc7436 commit 758ca25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_concurrent_futures/test_wait.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def test_all_completed(self):
114114

115115
def test_timeout(self):
116116
short_timeout = 0.050
117-
self.event.clear()
118117

119118
future = self.executor.submit(self.event.wait)
120119

0 commit comments

Comments
 (0)