Skip to content

Commit 3cce64f

Browse files
fix imports that are breaking build
1 parent 6e078ff commit 3cce64f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/electripy/ai/llm_gateway/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020

2121
from __future__ import annotations
2222

23+
from collections.abc import Callable
2324
from dataclasses import dataclass, field
24-
from typing import TYPE_CHECKING, Callable
25+
from typing import TYPE_CHECKING
2526

2627
if TYPE_CHECKING: # pragma: no cover - import-time only
2728
from .domain import LlmRequest, LlmResponse

0 commit comments

Comments
 (0)