summaryrefslogtreecommitdiff
path: root/Lib/test/test_time.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-10-03 20:03:49 +0300
committerGitHub <noreply@github.com>2021-10-03 20:03:49 +0300
commit93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e (patch)
tree7d119733b0de07024169d68ac5af8ac63422023f /Lib/test/test_time.py
parent5ba61f488da2e092a81c3d126c5827dad6ab2006 (diff)
downloadcpython-git-93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e.tar.gz
[3.10] Remove trailing spaces (GH-28709)
Diffstat (limited to 'Lib/test/test_time.py')
-rw-r--r--Lib/test/test_time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
index 3258298648..db929bd881 100644
--- a/Lib/test/test_time.py
+++ b/Lib/test/test_time.py
@@ -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")