mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Sort imports
This commit is contained in:
parent
72c15df09a
commit
2f645b47f6
@ -1,6 +1,7 @@
|
|||||||
from pydantic import Field
|
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
from pydantic import Field
|
||||||
|
|
||||||
from .base import FrigateBaseModel
|
from .base import FrigateBaseModel
|
||||||
|
|
||||||
__all__ = ["TelemetryConfig", "StatsConfig"]
|
__all__ = ["TelemetryConfig", "StatsConfig"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user