mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[3.10] Remove trailing spaces (GH-28709)
This commit is contained in:
parent
5ba61f488d
commit
93242d7a2a
15 changed files with 17 additions and 17 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue