Browse Source

🔥 Remove unused dunder method

pull/14448/head
Sebastián Ramírez 8 months ago
parent
commit
97c9c753ad
  1. 3
      tests/test_dependency_wrapped.py

3
tests/test_dependency_wrapped.py

@ -69,9 +69,6 @@ class ClassDep:
def __init__(self):
self.value = True
def __bool__(self):
return True
wrapped_class_dep = noop_wrap(ClassDep)
wrapped_class_dep_async_wrapper = noop_wrap_async(ClassDep)

Loading…
Cancel
Save