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 a3056bd commit 878f035Copy full SHA for 878f035
microbootstrap/instruments/prometheus_instrument.py
@@ -36,5 +36,5 @@ def is_ready(self) -> bool:
36
)
37
38
@classmethod
39
- def get_config_type(cls) -> type[BasePrometheusConfig]:
40
- return BasePrometheusConfig
+ def get_config_type(cls) -> type[PrometheusConfigT]:
+ return BasePrometheusConfig # type: ignore[return-value]
0 commit comments