Skip to content

Commit

Permalink
git_operations.py update for module
Browse files Browse the repository at this point in the history
<path>git_operations.py", line 4, in <module>
    cfg = Config()
TypeError: Config.__init__() missing 1 required positional argument: 'stream_or_path'
  • Loading branch information
Slowly-Grokking authored Apr 15, 2023
1 parent c96c705 commit 37b5b0d
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 37b5b0d

Please sign in to comment.