From 23d5735cfdc4a9a6e620bd318966754c028a9dda Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 4 Apr 2021 13:19:18 +0200 Subject: Remove unneeded line --- src/decorator.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1