Skip to content

Commit

Permalink
one more dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 10, 2024
1 parent 17e6747 commit c1ca9e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/akimbo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ def __dir__(self):
def __getattr__(self, item):
if item == "__qualname__":
return "akimbo.utils.DummyAttributesObject"
if item == "__type_params__":
return ()
return self

def __call__(self, *args, **kwargs):
Expand Down

0 comments on commit c1ca9e1

Please sign in to comment.