aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/energy
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/energy')
-rw-r--r--xtesting/energy/energy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/energy/energy.py b/xtesting/energy/energy.py
index 76e4873c..14eaf8d7 100644
--- a/xtesting/energy/energy.py
+++ b/xtesting/energy/energy.py
@@ -48,7 +48,7 @@ def enable_recording(method):
attribute
"""
@wraps(method)
- def wrapper(*args):
+ def wrapper(*args, **kwargs): # pylint: disable=unused-argument
"""
Record energy during method execution (implementation).