Skip to content

Commit 9e8b86d

Browse files
authored
Remove space. (GH-97807)
Automerge-Triggered-By: GH:benjaminp
1 parent 231a905 commit 9e8b86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def convert_values(ns_timestamps):
848848
# test rounding
849849
ns_timestamps = self._rounding_values(use_float)
850850
valid_values = convert_values(ns_timestamps)
851-
for time_rnd, decimal_rnd in ROUNDING_MODES :
851+
for time_rnd, decimal_rnd in ROUNDING_MODES:
852852
with decimal.localcontext() as context:
853853
context.rounding = decimal_rnd
854854

0 commit comments

Comments
 (0)