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:
parent
d57407a37d
commit
e1fde1faca
1 changed files with 0 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue