Skip to content

Commit

Permalink
fix linting complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
olgavrou committed Aug 29, 2023
1 parent b3c0728 commit 8d10a52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import langchain.chains.rl_chain.base as base
from langchain.base_language import BaseLanguageModel
from langchain.callbacks.manager import CallbackManagerForChainRun
from langchain.chains.base import Chain
from langchain.chains.llm import LLMChain
from langchain.prompts import BasePromptTemplate

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ def test_pickbest_textembedder_more_namespaces_w_full_label_w_partial_emb() -> N


@pytest.mark.requires("vowpal_wabbit_next")
def test_pickbest_textembedder_more_namespaces_w_full_label_w_partial_embed_and_keep() -> (
None
):
def test_pickbest_textembedder_more_namespaces_w_full_label_w_partial_emakeep() -> None:
feature_embedder = pick_best_chain.PickBestFeatureEmbedder(model=MockEncoder())

str1 = "0"
Expand Down

0 comments on commit 8d10a52

Please sign in to comment.