diff --git a/src/pip/_internal/commands/cache.py b/src/pip/_internal/commands/cache.py index 09d7d455d..722732655 100644 --- a/src/pip/_internal/commands/cache.py +++ b/src/pip/_internal/commands/cache.py @@ -136,6 +136,7 @@ class CacheCommand(Command): return self.remove_cache_items(options, ['*']) def _wheels_cache_dir(self, options): + # type: (Values) -> str return os.path.join(options.cache_dir, 'wheels') def _find_wheels(self, options, pattern):