From 939cfdb06495c1a413196df9d70db90f6bdc3434 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Mon, 4 Sep 2023 20:05:45 +0300 Subject: [PATCH] isort --- frigate/util/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/util/image.py b/frigate/util/image.py index c31d2b441..1034ede19 100644 --- a/frigate/util/image.py +++ b/frigate/util/image.py @@ -6,10 +6,10 @@ from abc import ABC, abstractmethod from multiprocessing import shared_memory from string import printable from typing import AnyStr, Optional -from unidecode import unidecode import cv2 import numpy as np +from unidecode import unidecode logger = logging.getLogger(__name__)