Skip to content

Commit 79121f8

Browse files
author
Tim Huff
committed
addressing linter error
1 parent 8d4a491 commit 79121f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/test_edge_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from datetime import datetime, timezone
22

33
import pytest
4+
from model import Detector, DetectorTypeEnum
5+
46
from groundlight.edge import (
57
DEFAULT,
68
DISABLED,
@@ -11,7 +13,6 @@
1113
GlobalConfig,
1214
InferenceConfig,
1315
)
14-
from model import Detector, DetectorTypeEnum
1516

1617
CUSTOM_REFRESH_RATE = 10.0
1718
CUSTOM_AUDIT_RATE = 0.0

0 commit comments

Comments
 (0)