mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Updated more-itertools to 5.0.0
This commit is contained in:
parent
1aff7eb85d
commit
684cca8c9b
24 changed files with 3339 additions and 3478 deletions
|
@ -1,6 +1,2 @@
|
|||
"""More routines for operating on iterables, beyond itertools"""
|
||||
|
||||
from .more import * # noqa
|
||||
from .recipes import * # noqa
|
||||
|
||||
__version__ = '9.0.0'
|
||||
from more_itertools.more import * # noqa
|
||||
from more_itertools.recipes import * # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue