mirror of https://github.com/python/cpython
Remove space. (GH-97807)
Automerge-Triggered-By: GH:benjaminp
This commit is contained in:
parent
231a905c5f
commit
9e8b86de4e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue