diff --git a/autogpt/commands/git_operations.py b/autogpt/commands/git_operations.py index 87232589..51336052 100644 --- a/autogpt/commands/git_operations.py +++ b/autogpt/commands/git_operations.py @@ -1,5 +1,5 @@ import git -from config import Config +from autogpt.config import Config cfg = Config()