Skip to content

Commit

Permalink
Fix lint errors attempt langchain-ai#2
Browse files Browse the repository at this point in the history
  • Loading branch information
svdeepak99 committed Apr 28, 2023
1 parent bbd8518 commit 1549ca7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit_tests/agents/test_mrkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

from typing import Tuple

import pytest

from langchain.agents.mrkl.base import ZeroShotAgent
from langchain.agents.mrkl.output_parser import MRKLOutputParser
from langchain.agents.mrkl.prompt import FORMAT_INSTRUCTIONS, PREFIX, SUFFIX
from langchain.agents.tools import Tool
from langchain.prompts import PromptTemplate
from langchain.schema import AgentAction, OutputParserException
from langchain.schema import AgentAction
from tests.unit_tests.llms.fake_llm import FakeLLM


Expand Down

0 comments on commit 1549ca7

Please sign in to comment.