Remove space. (GH-97807)

Automerge-Triggered-By: GH:benjaminp
This commit is contained in:
Benjamin Peterson 2022-10-03 17:12:36 -07:00 committed by GitHub
parent 231a905c5f
commit 9e8b86de4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -848,7 +848,7 @@ def convert_values(ns_timestamps):
# 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