mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix import
This commit is contained in:
@@ -5,7 +5,7 @@ from .maybe import Maybe
|
||||
from .validators import llm_validator
|
||||
from .citation import CitationMixin
|
||||
|
||||
__all__ = [
|
||||
__all__ = [ # noqa: F405
|
||||
"ChatCompletion",
|
||||
"CitationMixin",
|
||||
"MultiTask",
|
||||
|
||||
Reference in New Issue
Block a user