gh-129158: Fix unwanted trailing whitespace in test_asyncio.test_subprocess (#129181)

This commit is contained in:
Łukasz Langa 2025-01-22 14:52:45 +01:00 committed by GitHub
parent 8e20e42cc6
commit 2ed5ee9a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -905,7 +905,7 @@ if sys.platform != 'win32':
# Force the use of the threaded child watcher
unix_events.can_use_pidfd = mock.Mock(return_value=False)
super().setUp()
def tearDown(self):
unix_events.can_use_pidfd = self._original_can_use_pidfd
return super().tearDown()