remove unused

This commit is contained in:
Nick Mowen 2023-06-19 08:10:57 -06:00
parent 4239110af5
commit b89c6c30f7

View File

@ -16,11 +16,6 @@ from frigate.util import load_labels
logger = logging.getLogger(__name__)
class ProducesEnum(str, Enum):
object = "object"
audio = "audio"
class PixelFormatEnum(str, Enum):
rgb = "rgb"
bgr = "bgr"