Skip to content

Commit 418eecf

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent 79121f8 commit 418eecf

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
@@ -1,8 +1,6 @@
11
from datetime import datetime, timezone
22

33
import pytest
4-
from model import Detector, DetectorTypeEnum
5-
64
from groundlight.edge import (
75
DEFAULT,
86
DISABLED,
@@ -13,6 +11,7 @@
1311
GlobalConfig,
1412
InferenceConfig,
1513
)
14+
from model import Detector, DetectorTypeEnum
1615

1716
CUSTOM_REFRESH_RATE = 10.0
1817
CUSTOM_AUDIT_RATE = 0.0

0 commit comments

Comments
 (0)