fix: make DelugeTorrentDownload extend the right schema and not a test fixture

This commit is contained in:
gmega 2024-12-20 14:14:10 -03:00
parent 470e9a989e
commit 48c5fb8eac
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -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