Skip to content

Commit 943ad78

Browse files
committed
Revert screwup in _pydecimal.py
1 parent d9443db commit 943ad78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/_pydecimal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6279,7 +6279,7 @@ def _group_lengths(grouping):
62796279
# (2) nonempty list of positive integers + [0]
62806280
# (3) list of positive integers + [locale.CHAR_MAX], or
62816281

6282-
lazy from itertools import chain, repeat
6282+
from itertools import chain, repeat
62836283
if not grouping:
62846284
return []
62856285
elif grouping[-1] == 0 and len(grouping) >= 2:

0 commit comments

Comments
 (0)