forked from platypush/platypush
Removed unneeded imports
This commit is contained in:
parent
67ebe10c60
commit
b3e3621c5a
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import subprocess
|
||||
|
||||
from platypush.message.response import Response
|
||||
from platypush.plugins import Plugin, action
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import subprocess
|
||||
import urllib.parse
|
||||
|
||||
from platypush.message.response import Response
|
||||
from platypush.plugins import Plugin, action
|
||||
|
||||
class TtsPlugin(Plugin):
|
||||
|
|
Loading…
Reference in a new issue