pip/src/pip/_internal
Jon Dufresne 8a9fea7434 Remove unnecessary class FakeFile
The class was being used in a single place, passed to csv.reader().
However, per the docs, csv.reader() can handle a list of str objects.

https://docs.python.org/3/library/csv.html#csv.reader

> csvfile can be any object which supports the iterator protocol and
> returns a string each time its __next__() method is called — file
> objects and list objects are both suitable.
2020-12-27 09:26:15 -08:00
..
cli Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
commands Merge pull request #9364 from jdufresne/oserror 2020-12-27 12:15:41 +00:00
distributions Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
index Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
models Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
network Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
operations Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
req Remove unnecessary class FakeFile 2020-12-27 09:26:15 -08:00
resolution Add docstring to emphasise laziness 2020-12-27 04:17:26 +08:00
utils Remove unnecessary class FakeFile 2020-12-27 09:26:15 -08:00
vcs Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
__init__.py Update linter: isort 2020-09-23 19:52:28 +05:30
build_env.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
cache.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
configuration.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
exceptions.py Re-apply invalid metadata skip 2020-12-27 04:16:24 +08:00
locations.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
main.py Update linter: isort 2020-09-23 19:52:28 +05:30
pyproject.py Replace io.open() and codecs.open() with builtin open() 2020-12-25 15:53:08 -08:00
self_outdated_check.py Use unified OSError and its subclasses 2020-12-26 12:16:09 -08:00
wheel_builder.py Update linter: isort 2020-09-23 19:52:28 +05:30