diff options
| -rw-r--r-- | src/decorator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decorator.py b/src/decorator.py index 37c5675..aa406cb 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -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 |
