Skip to content

Commit 43fa67c

Browse files
committed
Remove unnecessary memory call
1 parent a28b890 commit 43fa67c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autogpt/commands/web_requests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
from requests.compat import urljoin
1010

1111
from autogpt.config import Config
12-
from autogpt.memory import get_memory
1312
from autogpt.processing.html import extract_hyperlinks, format_hyperlinks
1413

1514
CFG = Config()
16-
memory = get_memory(CFG)
1715

1816
session = requests.Session()
1917
session.headers.update({"User-Agent": CFG.user_agent})

0 commit comments

Comments
 (0)