Removed unneeded import subprocess

This commit is contained in:
Jeremiah Ticket 2019-12-08 06:41:35 -09:00
parent 9ec9d1240d
commit 7ba5b6ef94

View File

@ -27,7 +27,6 @@ except ImportError:
print("No other speech providers found.")
exit()
import subprocess
import time
localConfig = configparser.ConfigParser()