From 9e8b86de4e7a65b6fc6389caf4fa506ebcf538f6 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 3 Oct 2022 17:12:36 -0700 Subject: Remove space. (GH-97807) Automerge-Triggered-By: GH:benjaminp --- Lib/test/test_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py index 884b142..02cc3f4 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 -- cgit v0.12