mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-30 03:44:57 +03:00
fix: remove unused Field import from axengine.py
This commit is contained in:
parent
7cec1f81b9
commit
c1f315a250
@ -3,7 +3,7 @@ import os.path
|
|||||||
import re
|
import re
|
||||||
import urllib.request
|
import urllib.request
|
||||||
from typing import Literal
|
from typing import Literal
|
||||||
from pydantic import ConfigDict, Field
|
from pydantic import ConfigDict
|
||||||
|
|
||||||
import axengine as axe
|
import axengine as axe
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user