From 74792b6d78e0152757171464964dedc3ec133ea5 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Tue, 24 Jun 2025 09:44:35 -0400 Subject: [PATCH] remove parent directory from module resolution context --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index b6a9987..abaa774 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ from dotenv import load_dotenv from agents import create_diego, create_aisha, create_elena, create_nakamura -sys.path.insert(0, '..') +# sys.path.insert(0, '..') import tinytroupe from tinytroupe.agent import TinyPerson @@ -22,4 +22,4 @@ world.broadcast(""" just the problems you face. """) -world.run(1) \ No newline at end of file +world.run(1)