removed logging settings from camera.py #1021
Annotations
10 errors
Lint with Ruff:
config/__init__.py#L8
config/__init__.py:8:31: F401 `config.data_class.Open_Door_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L8
config/__init__.py:8:47: F401 `config.data_class.Message_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L8
config/__init__.py:8:61: F401 `config.data_class.Camera_Task` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L9
config/__init__.py:9:37: F401 `config.default_cam_enum.DefaultCam` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L10
config/__init__.py:10:36: F401 `config.yaml_read_error.YamlReadError` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/__init__.py#L11
config/__init__.py:11:32: F401 `config.config_util.Configuration` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
config/config_util.py#L112
config/config_util.py:112:9: E722 Do not use bare `except`
|
Lint with Ruff:
test/__init__.py#L1
test/__init__.py:1:1: F403 `from bot import *` used; unable to detect undefined names
|
Lint with Ruff:
test/__init__.py#L2
test/__init__.py:2:1: F403 `from camera import *` used; unable to detect undefined names
|
Lint with Ruff:
test/__init__.py#L3
test/__init__.py:3:36: F401 `config.yaml_read_error.YamlReadError` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Loading