feat(core): 添加主播场景的提示词模板 #34
Annotations
10 errors and 1 warning
|
src/utils/subtitle.py#L160
src/utils/subtitle.py:160:9: F841 Local variable `current_text` is assigned to but never used
|
|
src/sensor/sensor.py#L28
src/sensor/sensor.py:28:5: B027 `Sensor.add_input_to_subtitle` is an empty method in an abstract base class, but has no abstract decorator
|
|
src/sensor/sensor.py#L8
src/sensor/sensor.py:8:24: F811 Redefinition of unused `synapse` from line 3
|
|
src/sensor/sensor.py#L3
src/sensor/sensor.py:3:38: F401 `..neuro.synapse.synapse` imported but unused
|
|
src/sensor/sensor.py#L2
src/sensor/sensor.py:2:8: F401 `asyncio` imported but unused
|
|
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:41: F401 `typing.List` imported but unused
|
|
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:36: F401 `typing.Any` imported but unused
|
|
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:30: F401 `typing.Dict` imported but unused
|
|
src/actuator/subtitle_actuator.py#L4
src/actuator/subtitle_actuator.py:4:20: F401 `typing.Optional` imported but unused
|
|
src/actuator/subtitle_actuator.py#L3
src/actuator/subtitle_actuator.py:3:8: F401 `time` imported but unused
|
|
|
The logs for this run have expired and are no longer available.
Loading