Skip to content

Commit

Permalink
Adds missing google search import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torantulino committed Apr 3, 2023
1 parent ba6df36 commit 2bdd6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from file_operations import read_file, write_to_file, append_to_file, delete_file
from execute_code import execute_python_file
from json_parser import fix_and_parse_json
from googlesearch import search
cfg = Config()


Expand Down

0 comments on commit 2bdd6b7

Please sign in to comment.