From ce95abbe058a8947e9f72f8fc24ee952140b2760 Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Fri, 25 Jul 2025 11:36:17 -0700 Subject: [PATCH] Update plugin.py --- codeflash/benchmarking/plugin/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/codeflash/benchmarking/plugin/plugin.py b/codeflash/benchmarking/plugin/plugin.py index 6516fba38..43767ecda 100644 --- a/codeflash/benchmarking/plugin/plugin.py +++ b/codeflash/benchmarking/plugin/plugin.py @@ -13,6 +13,7 @@ from codeflash.models.models import BenchmarkKey +# hello class CodeFlashBenchmarkPlugin: def __init__(self) -> None: self._trace_path = None