Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savarin committed Feb 6, 2024
1 parent f046542 commit 40078f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructor/distil.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import inspect
import functools

from typing import Any, Callable, Dict, List, Optional, Tuple, Type, TypeVar, Union
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, TypeVar
from pydantic import BaseModel, validate_call

from openai import OpenAI
Expand Down

0 comments on commit 40078f6

Please sign in to comment.