Skip to content

Commit d5c8c6f

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
fix import
1 parent fcea9c5 commit d5c8c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subnet/subnet_methods.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import opengradient as og
1010
from langchain_openai import ChatOpenAI
1111

12-
from .api_types import QuantQuery, QuantResponse
13-
from ..server.config import USE_TEE
12+
from subnet.api_types import QuantQuery, QuantResponse
13+
from server.config import USE_TEE
1414

1515
evaluation_model = None
1616

0 commit comments

Comments
 (0)