1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

[commands/cache] Remove unnecessary re-definition of __init__.

This commit is contained in:
Ellen Marie Dash 2020-03-05 13:47:25 -05:00
parent d57407a37d
commit e1fde1faca

View file

@ -39,10 +39,6 @@ class CacheCommand(Command):
%prog purge
"""
def __init__(self, *args, **kw):
# type: (*Any, **Any) -> None
super(CacheCommand, self).__init__(*args, **kw)
def run(self, options, args):
# type: (Values, List[Any]) -> int
handlers = {