semantic
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# @BRIEF WebSocket log handler module providing LogEntry DTO and WebSocketLogHandler for buffered log streaming.
|
||||
# @RELATION DEPENDS_ON -> [LogEntry]
|
||||
# @RELATION COMPOSES -> [CotJsonFormatter]
|
||||
import logging
|
||||
from collections import deque
|
||||
from datetime import datetime
|
||||
import logging
|
||||
from typing import Any
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
Reference in New Issue
Block a user