aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepsource-autofix[bot]2022-03-01 11:12:22 +0000
committerGitHub2022-03-01 11:12:22 +0000
commit82d968773ad1e6828ca38dfcc6f2ae05a89d268c (patch)
treeaa8e99117cbb914cb14307d9a39dc5fac2496582
parent760a7afd6e97f9c75513af3def66cdac386bec69 (diff)
downloadpyecsca-82d968773ad1e6828ca38dfcc6f2ae05a89d268c.tar.gz
pyecsca-82d968773ad1e6828ca38dfcc6f2ae05a89d268c.tar.zst
pyecsca-82d968773ad1e6828ca38dfcc6f2ae05a89d268c.zip
-rw-r--r--test/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils.py b/test/utils.py
index eeac169..a74fae4 100644
--- a/test/utils.py
+++ b/test/utils.py
@@ -8,7 +8,7 @@ from pyinstrument import Profiler as PyProfiler
from cProfile import Profile as cProfiler
-class Profiler(object):
+class Profiler:
def __init__(self, prof_type, output_directory, benchmark_name):
self._prof = PyProfiler() if prof_type == "py" else cProfiler()
self._prof_type = prof_type