From 48c5fb8eac87f6777f7ae7dfcb23588f5356afb5 Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 20 Dec 2024 14:14:10 -0300 Subject: [PATCH] fix: make DelugeTorrentDownload extend the right schema and not a test fixture --- benchmarks/deluge/logging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/deluge/logging.py b/benchmarks/deluge/logging.py index 5a0643e..6c324c0 100644 --- a/benchmarks/deluge/logging.py +++ b/benchmarks/deluge/logging.py @@ -1,5 +1,5 @@ -from benchmarks.core.tests.test_logging import MetricsEvent +from benchmarks.core.logging import Metric -class DelugeTorrentDownload(MetricsEvent): +class DelugeTorrentDownload(Metric): torrent_name: str