Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasemu committed Oct 9, 2021
1 parent a4bed18 commit c7e24cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jarvis2_4windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import speech_recognition as sr

from actions import (
change_volume,
change_rate,
change_voice,
change_volume,
search_engine_selector,
speak,
wish_me,
Expand Down
2 changes: 1 addition & 1 deletion actions.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import configparser
import datetime
import webbrowser

import pyttsx3
import requests
import configparser


def search_engine_selector(config):
Expand Down

0 comments on commit c7e24cf

Please sign in to comment.