Skip to content

Commit

Permalink
Refresh debian/patches/0001-import-unvendorized-decorator.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Oct 9, 2024
1 parent 81ff3ef commit b445cad
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 assert_not_observable(fn, *args, **kwargs):
"""
def is_locked(lock):
"Tries to obtain a lock, returns True on success, False on failure."

0 comments on commit b445cad

Please sign in to comment.