aboutsummaryrefslogtreecommitdiffstats
path: root/test/hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/hook.py')
-rw-r--r--test/hook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hook.py b/test/hook.py
index 97b05d05153..7f2b8e01640 100644
--- a/test/hook.py
+++ b/test/hook.py
@@ -10,7 +10,7 @@ from log import RED, single_line_delim, double_line_delim
from util import check_core_path, get_core_path
-class Hook(object):
+class Hook:
"""
Generic hooks before/after API/CLI calls
"""