Skip to content

Commit dbe714f

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent 18a33b2 commit dbe714f

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
@@ -1,8 +1,6 @@
11
from datetime import datetime
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
ONE_DETECTOR = 1
1817
TWO_DETECTORS = 2

0 commit comments

Comments
 (0)