From 34b4c37db109c92fad9da526a26b17be0253b90a Mon Sep 17 00:00:00 2001 From: MartinYe1234 <52641447+MartinYe1234@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:00:50 -0700 Subject: [PATCH] fix (#4106) fix Co-authored-by: Martin Ye --- sweepai/agents/question_answerer.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sweepai/agents/question_answerer.py b/sweepai/agents/question_answerer.py index cc3dd1e35d..3de439cb2b 100644 --- a/sweepai/agents/question_answerer.py +++ b/sweepai/agents/question_answerer.py @@ -834,17 +834,4 @@ def file_searcher( # question="What version of django is used in this codebase?", # cloned_repo=cloned_repo, # ) - # cloned_repo = MockClonedRepo( - # _repo_dir = "/root/sweep/benchmark/data/repos/snowball", - # repo_full_name="ProlificLabs/snowball", - # ) - cloned_repo = MockClonedRepo( - _repo_dir = "/root/sweep/benchmark/data/repos/komorebi", - repo_full_name="shogun-hearth/komorebi", - ) - result = file_searcher( - question="""what does shownextstep do in apps/katana/src/modules/RequestFlow/Footer.tsx -""", - cloned_repo=cloned_repo, - ) breakpoint() #noqa