Skip to content

Commit

Permalink
Move function registry into helpers folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shoutsid committed Oct 16, 2023
1 parent c1d90ad commit 2b74f32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..")))

from agents.function_registry import FunctionRegistry
from agents.helpers.function_registry import FunctionRegistry
import pytest


Expand Down

0 comments on commit 2b74f32

Please sign in to comment.