Fix formatting of Python files

This commit is contained in:
Felipe Santos 2025-03-23 13:39:13 -03:00
parent 517d8cb57f
commit b0bfd35447
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from frigate.const import (
INCLUDED_FFMPEG_VERSIONS,
)
from frigate.util.config import find_config_file
sys.path.remove("/opt/frigate")
yaml = YAML()

View File

@ -16,6 +16,7 @@ from frigate.const import (
)
from frigate.ffmpeg_presets import parse_preset_hardware_acceleration_encode
from frigate.util.config import find_config_file
sys.path.remove("/opt/frigate")
yaml = YAML()

View File

@ -7,6 +7,7 @@ from ruamel.yaml import YAML
sys.path.insert(0, "/opt/frigate")
from frigate.util.config import find_config_file
sys.path.remove("/opt/frigate")
yaml = YAML()