Skip to content

Commit

Permalink
removed old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne committed Jul 2, 2023
1 parent 4e88daa commit 501bbff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 164 deletions.
4 changes: 2 additions & 2 deletions superagi/resource_manager/resource_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, agent_id: str = None):

async def create_llama_document(self, file_path: str):
"""
Creates a document index from a given directory.
Creates a document index from a given file path.
"""
if file_path is None:
raise Exception("file_path must be provided")
Expand All @@ -25,7 +25,7 @@ async def create_llama_document(self, file_path: str):

def create_llama_document_s3(self, file_path: str):
"""
Creates a document index from a given directory.
Creates a document index from a given file path.
"""

if file_path is None:
Expand Down
Empty file.
162 changes: 0 additions & 162 deletions tests/unit_tests/agent_executor/test_generate_resource_summary.py

This file was deleted.

0 comments on commit 501bbff

Please sign in to comment.