Organize imports

This commit is contained in:
Nicolas Mowen 2025-08-25 07:56:26 -06:00
parent 313d0886df
commit 7e90c84d82

View File

@ -7,11 +7,11 @@ from typing import Any
from frigate.const import (
FFMPEG_HVC1_ARGS,
FFMPEG_HWACCEL_AMF,
FFMPEG_HWACCEL_NVIDIA,
FFMPEG_HWACCEL_RKMPP,
FFMPEG_HWACCEL_VAAPI,
FFMPEG_HWACCEL_VULKAN,
FFMPEG_HWACCEL_AMF,
LIBAVFORMAT_VERSION_MAJOR,
)
from frigate.util.services import vainfo_hwaccel