We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9443db commit 943ad78Copy full SHA for 943ad78
1 file changed
Lib/_pydecimal.py
@@ -6279,7 +6279,7 @@ def _group_lengths(grouping):
6279
# (2) nonempty list of positive integers + [0]
6280
# (3) list of positive integers + [locale.CHAR_MAX], or
6281
6282
- lazy from itertools import chain, repeat
+ from itertools import chain, repeat
6283
if not grouping:
6284
return []
6285
elif grouping[-1] == 0 and len(grouping) >= 2:
0 commit comments