Skip to content

Commit

Permalink
fix: make DelugeTorrentDownload extend the right schema and not a tes…
Browse files Browse the repository at this point in the history
…t fixture
  • Loading branch information
gmega committed Dec 20, 2024
1 parent 470e9a9 commit 48c5fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/deluge/logging.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 48c5fb8

Please sign in to comment.