Skip to content

Commit f767374

Browse files
committed
Fix import.
1 parent 2751b5c commit f767374

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)