Skip to content

Commit

Permalink
fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Oct 31, 2024
1 parent 2ebbf4e commit cf031ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/documents-report-source.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import asyncio
import pytest
# Ensure this path is correct
from gpt_researcher.master.agent import GPTResearcher
from gpt_researcher import GPTResearcher
from dotenv import load_dotenv
load_dotenv()

Expand Down

0 comments on commit cf031ab

Please sign in to comment.