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 dde9057 commit eb5c1c9Copy full SHA for eb5c1c9
prometheus_client/utils.py
@@ -1,4 +1,5 @@
1
import math
2
+# type: ignore[attr-defined]
3
from threading import _PyRLock
4
5
INF = float("inf")
0 commit comments