mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 07:08:23 +03:00
fix: organise imports in axengine.py
This commit is contained in:
parent
c1f315a250
commit
7972b3240c
@ -3,9 +3,9 @@ import os.path
|
||||
import re
|
||||
import urllib.request
|
||||
from typing import Literal
|
||||
from pydantic import ConfigDict
|
||||
|
||||
import axengine as axe
|
||||
from pydantic import ConfigDict
|
||||
|
||||
from frigate.const import MODEL_CACHE_DIR
|
||||
from frigate.detectors.detection_api import DetectionApi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user