mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix: ruff
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from youtube_transcript_api import YouTubeTranscriptApi
|
||||
from pydantic import BaseModel, Field
|
||||
from typing import List, Dict, Generator, Iterable
|
||||
from typing import List, Generator, Iterable
|
||||
import instructor
|
||||
import openai
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ from typing import (
|
||||
NoReturn,
|
||||
Optional,
|
||||
TypeVar,
|
||||
Type,
|
||||
)
|
||||
from copy import deepcopy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user