pip/src/pip/_internal/req
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
..
__init__.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
constructors.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
req_file.py Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
req_install.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
req_set.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
req_tracker.py Use unified OSError and its subclasses 2020-12-26 12:16:09 -08:00
req_uninstall.py Remove unnecessary class FakeFile 2020-12-27 09:26:15 -08:00