Skip to content

Commit

Permalink
Let's try this again.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Timby <btimby@gmail.com>
  • Loading branch information
btimby authored and csmarchbanks committed Sep 17, 2024
1 parent af452a2 commit f8f9191
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prometheus_client/utils.py
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit f8f9191

Please sign in to comment.