Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Oct 30, 2024
1 parent 9ceb6ec commit 0b6ee20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hemm/metrics/vqa/judges/mmllm_judges/openai_judge.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pydantic import BaseModel

from .....utils import base64_encode_image
from .commons import JudgeMent, JudgeQuestion, PromptCategory, TaggedPromptParts
from .commons import JudgeMent, PromptCategory, TaggedPromptParts


class OpenAIJudgeMent(BaseModel):
Expand Down

0 comments on commit 0b6ee20

Please sign in to comment.