Skip to content

Commit bc3828f

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent 5a4062d commit bc3828f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/unit/test_edge_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
from unittest.mock import Mock, patch
33

44
import pytest
5-
from pydantic import ValidationError
6-
75
from groundlight import ExperimentalApi
86
from groundlight.edge import (
97
DEFAULT,
@@ -16,6 +14,7 @@
1614
InferenceConfig,
1715
)
1816
from model import Detector, DetectorTypeEnum
17+
from pydantic import ValidationError
1918

2019
CUSTOM_REFRESH_RATE = 10.0
2120
CUSTOM_AUDIT_RATE = 0.0

0 commit comments

Comments
 (0)