]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove space. (GH-97807)
authorBenjamin Peterson <benjamin@python.org>
Tue, 4 Oct 2022 00:12:36 +0000 (17:12 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 00:12:36 +0000 (17:12 -0700)
Automerge-Triggered-By: GH:benjaminp
Lib/test/test_time.py

index 884b14231f57375965e22b643804c2d11407c4ef..02cc3f43a66a671c737df4e1a687a3ea808f984f 100644 (file)
@@ -848,7 +848,7 @@ class CPyTimeTestCase:
         # test rounding
         ns_timestamps = self._rounding_values(use_float)
         valid_values = convert_values(ns_timestamps)
-        for time_rnd, decimal_rnd in ROUNDING_MODES :
+        for time_rnd, decimal_rnd in ROUNDING_MODES:
             with decimal.localcontext() as context:
                 context.rounding = decimal_rnd