You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure about this, but it seems that this vendord package isn't really used.
Some code was borrowed in the vendord vistir. I don't see it imported anywhere.
~/Software/pipenv $ grep -r more_iter
pipenv/vendor/more_itertools/recipes.pyi:"""Stubs for more_itertools.recipes"""
pipenv/vendor/more_itertools/recipes.py: >>> from more_itertools import unique_everseen
pipenv/vendor/more_itertools/more.pyi:"""Stubs for more_itertools.more"""
pipenv/vendor/more_itertools/more.py: "collate is no longer part of more_itertools, use heapq.merge",
pipenv/vendor/more_itertools/more.py: >>> from more_itertools import consume
pipenv/vendor/more_itertools/more.py: >>> from more_itertools import consume
pipenv/vendor/more_itertools/more.py: more_itertools.more.UnequalIterablesError: Iterables have different
pipenv/vendor/more_itertools/more.py: >>> from more_itertools import seekable
pipenv/vendor/more_itertools/more.py: >>> from more_itertools import chunked
pipenv/vendor/more_itertools/more.py: >>> from more_itertools import peekable
pipenv/vendor/more_itertools/more.py: ``more_itertools.AbortThread`` exception.
pipenv/vendor/vistir/misc.py: from https://github.com/erikrose/more-itertools/blob/master/more_itertools/recipes.py
pipenv/vendor/vistir/misc.py: from https://github.com/erikrose/more-itertools/blob/master/more_itertools/more.py
grep: pipenv/vendor/vistir/__pycache__/misc.cpython-36.pyc: binary file matches
grep: pipenv/vendor/vistir/__pycache__/misc.cpython-39.pyc: binary file matches
grep: pipenv/vendor/vistir/__pycache__/misc.cpython-37.pyc: binary file matches
grep: .git/index: binary file matches
grep: .git/objects/pack/pack-4b2ffee50a8cf09f7755b50c14199f1e02280236.pack: binary file matches
Can this be removed?
The text was updated successfully, but these errors were encountered:
I am not sure about this, but it seems that this vendord package isn't really used.
Some code was borrowed in the vendord vistir. I don't see it imported anywhere.
Can this be removed?
The text was updated successfully, but these errors were encountered: