Skip to content

Commit 3cf4712

Browse files
Potential fix for pull request finding 'Unused import'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 61af5f6 commit 3cf4712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sequence/utils/metrics/builtins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
from .event_types import EventTypes, register_event_type
5+
from .event_types import EventTypes
66
from .metric_types import (
77
CounterMetric,
88
DeliveryTimeMetric,

0 commit comments

Comments
 (0)