Skip to content

Commit 1549ca7

Browse files
committed
Fix lint errors attempt langchain-ai#2
1 parent bbd8518 commit 1549ca7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit_tests/agents/test_mrkl.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
from typing import Tuple
44

5-
import pytest
6-
75
from langchain.agents.mrkl.base import ZeroShotAgent
86
from langchain.agents.mrkl.output_parser import MRKLOutputParser
97
from langchain.agents.mrkl.prompt import FORMAT_INSTRUCTIONS, PREFIX, SUFFIX
108
from langchain.agents.tools import Tool
119
from langchain.prompts import PromptTemplate
12-
from langchain.schema import AgentAction, OutputParserException
10+
from langchain.schema import AgentAction
1311
from tests.unit_tests.llms.fake_llm import FakeLLM
1412

1513

0 commit comments

Comments
 (0)