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