[3.10] Remove trailing spaces (GH-28709)

This commit is contained in:
Serhiy Storchaka 2021-10-03 20:03:49 +03:00 committed by GitHub
parent 5ba61f488d
commit 93242d7a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 17 additions and 17 deletions

View file

@ -1062,7 +1062,7 @@ class TestTimeWeaklinking(unittest.TestCase):
clock_names = [
"CLOCK_MONOTONIC", "clock_gettime", "clock_gettime_ns", "clock_settime",
"clock_settime_ns", "clock_getres"]
if mac_ver >= (10, 12):
for name in clock_names:
self.assertTrue(hasattr(time, name), f"time.{name} is not available")