Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Oct 24, 2023
1 parent c9d7383 commit db985dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructor/dsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .validators import llm_validator
from .citation import CitationMixin

__all__ = [
__all__ = [ # noqa: F405
"ChatCompletion",
"CitationMixin",
"MultiTask",
Expand Down

0 comments on commit db985dc

Please sign in to comment.