Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix(openai): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Feb 20, 2024
1 parent e2000f5 commit fd44613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pydantic import ValidationError

from app.models import Guideline
from app.schemas.compute import ComplianceResult
from app.schemas.code import ComplianceResult
from app.schemas.guidelines import GuidelineContent, GuidelineExample
from app.schemas.services import (
ArraySchema,
Expand Down

0 comments on commit fd44613

Please sign in to comment.