mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
ae01a7edd3
Principally, `prometheus_client.REGISTRY.register` now requires its argument to extend `prometheus_client.Collector`. Additionally, `Gauge.set` is now annotated so that passing `Optional[int]` causes an error.
2 lines
70 B
Plaintext
2 lines
70 B
Plaintext
Update type annotations for compatiblity with prometheus_client 0.14.
|