Skip to content

Commit a2ec211

Browse files
committed
Merge branch 'tim/sdk-configures-edge' of github.com:groundlight/python-sdk into tim/sdk-configures-edge
2 parents 5da4875 + bc3828f commit a2ec211

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)