We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5da4875 + bc3828f commit a2ec211Copy full SHA for a2ec211
1 file changed
test/unit/test_edge_config.py
@@ -2,8 +2,6 @@
2
from unittest.mock import Mock, patch
3
4
import pytest
5
-from pydantic import ValidationError
6
-
7
from groundlight import ExperimentalApi
8
from groundlight.edge import (
9
DEFAULT,
@@ -16,6 +14,7 @@
16
14
InferenceConfig,
17
15
)
18
from model import Detector, DetectorTypeEnum
+from pydantic import ValidationError
19
20
CUSTOM_REFRESH_RATE = 10.0
21
CUSTOM_AUDIT_RATE = 0.0
0 commit comments