Skip to content

Commit b1aba02

Browse files
committed
Fix import.
Signed-off-by: Ben Timby <[email protected]>
1 parent 2751b5c commit b1aba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_client/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
from threading import Lock
2+
from threading import RLock
33
import warnings
44

55
from .mmap_dict import mmap_key, MmapedDict

0 commit comments

Comments
 (0)