Skip to content

Commit

Permalink
[dialogflow_task_executive] fix format
Browse files Browse the repository at this point in the history
Co-authored-by: Shingo Kitagawa <knorth55@users.noreply.github.com>
  • Loading branch information
sktometometo and knorth55 committed Oct 25, 2021
1 parent 8d9ae7c commit 8d820a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dialogflow_task_executive/node_scripts/dialogflow_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
from speech_recognition_msgs.msg import SpeechRecognitionCandidates
from std_msgs.msg import String

from dialogflow_task_executive.msg import DialogResponse, ConversationText
from dialogflow_task_executive.msg import ConversationText
from dialogflow_task_executive.msg import DialogResponse


class State(object):
Expand Down

0 comments on commit 8d820a4

Please sign in to comment.