Skip to content

Commit b625124

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/glide-async/python/glide/glide_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,9 @@ async def _refresh_iam_token(self) -> TResult:
768768
response = await self._write_request_await_response(request)
769769
return response
770770

771-
async def _get_cache_metrics(self, metrics_type: CacheMetricsType) -> TResult:
771+
async def _get_cache_metrics(
772+
self, metrics_type: CacheMetricsType.ValueType
773+
) -> TResult:
772774
"""
773775
Get cache metrics (hit rate or miss rate).
774776

0 commit comments

Comments
 (0)