Skip to content

Commit b445cad

Browse files
committed
Refresh debian/patches/0001-import-unvendorized-decorator.patch
1 parent 81ff3ef commit b445cad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debian/patches/0001-import-unvendorized-decorator.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Index: python3-prometheus-client/tests/test_core.py
3838
+ return spec.args, spec.varargs, spec.varkw, spec.defaults
3939
+
4040

41-
def assert_not_observable(fn, *args, **kwargs):
42-
"""
41+
def is_locked(lock):
42+
"Tries to obtain a lock, returns True on success, False on failure."

0 commit comments

Comments
 (0)