From f8f919198f4091b2d5f43c0d70155b8dec3a9aa7 Mon Sep 17 00:00:00 2001 From: Ben Timby Date: Tue, 5 Mar 2024 16:12:21 -0500 Subject: [PATCH] Let's try this again. Signed-off-by: Ben Timby --- prometheus_client/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prometheus_client/utils.py b/prometheus_client/utils.py index 66ddaea9..51dea014 100644 --- a/prometheus_client/utils.py +++ b/prometheus_client/utils.py @@ -1,6 +1,5 @@ import math -# type: ignore[attr-defined] -from threading import _PyRLock +from threading import _PyRLock # type: ignore[attr-defined] INF = float("inf") MINUS_INF = float("-inf")