Skip to content

Commit

Permalink
Update for mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerdonek committed Oct 2, 2017
1 parent 3498b19 commit 6a0d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/vcs/__init__.py
Expand Up @@ -167,7 +167,7 @@ class VersionControl(object):
# List of supported schemes for this Version Control
schemes = () # type: Tuple[str, ...]
# Iterable of environment variable names to pass to call_subprocess().
unset_environ = ()
unset_environ = () # type: Tuple[str, ...]
default_arg_rev = None # type: Optional[str]

def __init__(self, url=None, *args, **kwargs):
Expand Down

0 comments on commit 6a0d3aa

Please sign in to comment.