Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
savarin committed Feb 9, 2024
1 parent f432502 commit fcdfde5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions instructor/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
from .function_calls import Mode, OpenAISchema, openai_schema

logger = logging.getLogger("instructor")
# T = TypeVar("T")


# T_Model = TypeVar("T_Model", bound=BaseModel)
# T_Retval = TypeVar("T_Retval")
# T_ParamSpec = ParamSpec("T_ParamSpec")
# T = TypeVar("T")


def dump_message(message: ChatCompletionMessage) -> ChatCompletionMessageParam:
Expand Down

0 comments on commit fcdfde5

Please sign in to comment.