Skip to content

Commit a23af36

Browse files
committed
mypy
Signed-off-by: Shoham Elias <shohame@amazon.com>
1 parent b625124 commit a23af36

File tree

1 file changed

+3
-1
lines changed
  • python/glide-async/python/glide/async_commands

1 file changed

+3
-1
lines changed

python/glide-async/python/glide/async_commands/core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ async def refresh_iam_token(self) -> TOK:
160160
"""
161161
return cast(TOK, await self._refresh_iam_token())
162162

163-
async def _get_cache_metrics(self, metrics_type: CacheMetricsType) -> TResult: ...
163+
async def _get_cache_metrics(
164+
self, metrics_type: CacheMetricsType.ValueType
165+
) -> TResult: ...
164166

165167
async def get_cache_hit_rate(self) -> float:
166168
"""

0 commit comments

Comments
 (0)