Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Jun 20, 2024
1 parent f5ddb63 commit ade2192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RaiseOnUse:
def __init__(self, exception: Exception):
self.exception = exception

def __call__(self, *args):
def __call__(self, *args, **kwargs):
raise self.exception


Expand Down

0 comments on commit ade2192

Please sign in to comment.