Skip to content

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Apr 4, 2021
1 parent 912522c commit 23d5735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def fix(args, kwargs, sig):
Fix args and kwargs to be consistent with the signature
"""
ba = sig.bind(*args, **kwargs)
ba.apply_defaults()
return ba.args, ba.kwargs


Expand Down

0 comments on commit 23d5735

Please sign in to comment.