Update more-itertools-8.10.0

This commit is contained in:
JonnyWong16 2021-10-14 21:13:45 -07:00
commit 4ac151d7de
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
9 changed files with 2807 additions and 3297 deletions

View file

@ -1,2 +1,4 @@
from more_itertools.more import * # noqa
from more_itertools.recipes import * # noqa
from .more import * # noqa
from .recipes import * # noqa
__version__ = '8.10.0'