We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b625124 commit a23af36Copy full SHA for a23af36
python/glide-async/python/glide/async_commands/core.py
@@ -160,7 +160,9 @@ async def refresh_iam_token(self) -> TOK:
160
"""
161
return cast(TOK, await self._refresh_iam_token())
162
163
- async def _get_cache_metrics(self, metrics_type: CacheMetricsType) -> TResult: ...
+ async def _get_cache_metrics(
164
+ self, metrics_type: CacheMetricsType.ValueType
165
+ ) -> TResult: ...
166
167
async def get_cache_hit_rate(self) -> float:
168
0 commit comments