mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
fix unsorted imports
This commit is contained in:
parent
d5d56709e7
commit
f34be29dd8
@ -1,8 +1,9 @@
|
||||
import logging
|
||||
import os.path
|
||||
import urllib.request
|
||||
import numpy as np
|
||||
from typing import Literal
|
||||
|
||||
import numpy as np
|
||||
from pydantic import Field
|
||||
|
||||
from frigate.detectors.detection_api import DetectionApi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user