mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 05:35:58 +08:00
fix(api): resolve type errors in BaseTraceInstance and OpsTraceManager (#32773)
This commit is contained in:
@ -14,10 +14,9 @@ class BaseTraceInstance(ABC):
|
||||
Base trace instance for ops trace services
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
def __init__(self, trace_config: BaseTracingConfig):
|
||||
"""
|
||||
Abstract initializer for the trace instance.
|
||||
Initializer for the trace instance.
|
||||
Distribute trace tasks by matching entities
|
||||
"""
|
||||
self.trace_config = trace_config
|
||||
|
||||
Reference in New Issue
Block a user