Skip to content

Commit 51f7da8

Browse files
Auto-format Bottimmarkhuff
authored andcommitted
Automatically reformatting code with black and isort
1 parent 950a87d commit 51f7da8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/core/edge_inference.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
import yaml
1111
from cachetools import TTLCache, cached
1212
from fastapi import HTTPException, status
13+
from groundlight.edge import EdgeEndpointConfig, InferenceConfig
1314
from jinja2 import Template
1415
from model import ModeEnum
1516

16-
from groundlight.edge import EdgeEndpointConfig, InferenceConfig
17-
1817
from app.core.edge_config_loader import EdgeConfigManager
1918
from app.core.file_paths import MODEL_REPOSITORY_PATH
2019
from app.core.naming import (

0 commit comments

Comments
 (0)