mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-10 07:25:27 +03:00
fix: remove unused Field import from axengine.py
This commit is contained in:
parent
4a9fbb25ae
commit
5a61da5d85
@ -3,7 +3,7 @@ import os.path
|
||||
import re
|
||||
import urllib.request
|
||||
from typing import Literal
|
||||
from pydantic import ConfigDict, Field
|
||||
from pydantic import ConfigDict
|
||||
|
||||
import axengine as axe
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user