Skip to content

Commit 05cd015

Browse files
committed
Let's try this again.
Signed-off-by: Ben Timby <[email protected]>
1 parent eb5c1c9 commit 05cd015

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

prometheus_client/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import math
2-
# type: ignore[attr-defined]
3-
from threading import _PyRLock
2+
from threading import _PyRLock # type: ignore[attr-defined]
43

54
INF = float("inf")
65
MINUS_INF = float("-inf")

0 commit comments

Comments
 (0)