Skip to content

Commit

Permalink
Fix invalid config import in git_operations
Browse files Browse the repository at this point in the history
  • Loading branch information
richbeales authored and p-i- committed Apr 15, 2023
1 parent c1f18b5 commit c8c4e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/commands/git_operations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import git
from config import Config
from autogpt.config import Config

cfg = Config()

Expand Down

0 comments on commit c8c4e2b

Please sign in to comment.