Skip to content

Commit

Permalink
refresh d/p/0001-import-unvendorized-decorator.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Dec 4, 2024
1 parent caa7490 commit 0e59882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/patches/0001-import-unvendorized-decorator.patch
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Index: python3-prometheus-client/tests/test_core.py
+ return spec.args, spec.varargs, spec.varkw, spec.defaults
+

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

0 comments on commit 0e59882

Please sign in to comment.