Skip to content

Commit 60a6f2b

Browse files
committed
fix: import OptimizedCandidateSource from shared_types directly
mypy strict mode rejects implicit re-exports through intermediate modules.
1 parent 5f6e451 commit 60a6f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeflash/api/aiservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
FunctionRepairInfo,
2323
OptimizationReviewResult,
2424
OptimizedCandidate,
25-
OptimizedCandidateSource,
2625
TestFileReview,
2726
)
27+
from codeflash.models.shared_types import OptimizedCandidateSource
2828
from codeflash.telemetry.posthog_cf import ph
2929
from codeflash.version import __version__ as codeflash_version
3030

0 commit comments

Comments
 (0)