pip/src/pip/_internal/vcs
Jon Dufresne c513c5e890 Harmonize return type of VersionControl.get_revision in subclasses
Previously, the Subversion subclass violated the parent's type signature
by returning an int, but it is now coerced to a str to match the
expected signature.
2020-12-30 11:25:29 -08:00
..
__init__.py Enable isort in pre-commit 2019-09-24 18:03:22 +05:30
bazaar.py Harmonize return type of VersionControl.get_revision in subclasses 2020-12-30 11:25:29 -08:00
git.py Harmonize return type of VersionControl.get_revision in subclasses 2020-12-30 11:25:29 -08:00
mercurial.py Harmonize return type of VersionControl.get_revision in subclasses 2020-12-30 11:25:29 -08:00
subversion.py Harmonize return type of VersionControl.get_revision in subclasses 2020-12-30 11:25:29 -08:00
versioncontrol.py Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00