From: Benjamin Peterson Date: Tue, 4 Oct 2022 00:12:36 +0000 (-0700) Subject: Remove space. (GH-97807) X-Git-Tag: v3.12.0a1~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e8b86de4e7a65b6fc6389caf4fa506ebcf538f6;p=thirdparty%2FPython%2Fcpython.git Remove space. (GH-97807) Automerge-Triggered-By: GH:benjaminp --- diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py index 884b14231f57..02cc3f43a66a 100644 --- a/Lib/test/test_time.py +++ b/Lib/test/test_time.py @@ -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