Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Turnham committed Oct 26, 2023
1 parent 738b384 commit 5f50063
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/retrieval/test_search_in_memory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import os
import sys
from llmware.parsers import Parser
from llmware.setup import Setup
from llmware.util import Utilities

sys.path.append(os.path.join(os.path.dirname(__file__),".."))
from utils import Logger

Expand Down

0 comments on commit 5f50063

Please sign in to comment.