🔥 Remove unused dunder method

This commit is contained in:
Sebastián Ramírez 2025-12-04 01:52:05 +01:00
parent 3e40085bea
commit 97c9c753ad
1 changed files with 0 additions and 3 deletions

View File

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