Skip to content

Commit

Permalink
fix: temporarily add type:ignore for field type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 14, 2024
1 parent 527caca commit 62c0629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructor/dsl/validators.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Callable, Optional

from openai import OpenAI
from pydantic import Field
from pydantic import Field # type: ignore

from instructor.function_calls import OpenAISchema
from instructor.client import Instructor
Expand Down

0 comments on commit 62c0629

Please sign in to comment.