Skip to content

Commit

Permalink
Fix up ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
bmquinn committed Dec 18, 2024
1 parent fb162ea commit 55757f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chat/test/agent/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from unittest import TestCase
from unittest.mock import patch
import sys

sys.path.append('./src')

from agent.tools import get_keyword_fields, discover_fields, search, aggregate
from agent.tools import get_keyword_fields
from test.fixtures.opensearch import TOP_PROPERTIES

class TestTools(TestCase):
Expand Down

0 comments on commit 55757f4

Please sign in to comment.