[commands/cache] Add missing type annotation.

This commit is contained in:
Ellen Marie Dash 2019-10-10 05:51:06 -04:00
parent 94a6593a59
commit 61a0adcfe7
1 changed files with 1 additions and 0 deletions

View File

@ -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):