Skip to content

Commit

Permalink
Update context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresCdo committed Apr 20, 2023
1 parent 4c27c05 commit 87f2ecd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/context.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import sys, os
import os
import sys

# This is the path to the autogpt package.
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../scripts")))
sys.path.insert(
0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../scripts"))
)

0 comments on commit 87f2ecd

Please sign in to comment.