forked from platypush/platypush
import error
This commit is contained in:
parent
017c53fb50
commit
3a9afd1fed
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from google.assistant.library import Assistant
|
||||||
from google.assistant.library.event import EventType
|
from google.assistant.library.event import EventType
|
||||||
from google.assistant.library.file_helpers import existing_file
|
from google.assistant.library.file_helpers import existing_file
|
||||||
|
|
||||||
from .. import Backend
|
from platypush.backend import Backend
|
||||||
|
|
||||||
class AssistantGoogleBackend(Backend):
|
class AssistantGoogleBackend(Backend):
|
||||||
""" Class for the Google Assistant backend. It creates and event source
|
""" Class for the Google Assistant backend. It creates and event source
|
||||||
|
|
Loading…
Reference in a new issue