Skip to content

Commit

Permalink
Fix import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsch committed Sep 27, 2023
1 parent f393532 commit c8a3965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spacy_llm/models/langchain/model.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from typing import Any, Callable, Dict, Iterable, Optional, Type

from confection import SimpleFrozenDict
from langchain import llms # noqa: F401

from ...compat import has_langchain, langchain
from ...registry import registry

from langchain import llms # noqa: F401, isort:skip


class LangChain:
def __init__(
Expand Down

0 comments on commit c8a3965

Please sign in to comment.