From 4c27c05be191f291ebc6545d7240fec63a61e472 Mon Sep 17 00:00:00 2001 From: Andres Caicedo Date: Thu, 20 Apr 2023 21:14:30 +0200 Subject: [PATCH] Update context.py --- tests/context.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/context.py b/tests/context.py index 859e270117c5..d7e4d1b97ed0 100644 --- a/tests/context.py +++ b/tests/context.py @@ -1,4 +1,3 @@ -import os -import sys +import sys, os # This is the path to the autogpt package. sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../scripts")))