Skip to content

Commit

Permalink
black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah DeFazio committed Dec 1, 2023
1 parent db40cf9 commit 452e7e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
import os
import rclpy

from ros.angel_system_nodes.angel_system_nodes.audio.emotion.base_emotion_detector import BaseEmotionDetector, LABEL_MAPPINGS
from ros.angel_system_nodes.angel_system_nodes.audio.emotion.base_emotion_detector import (
BaseEmotionDetector,
LABEL_MAPPINGS,
)

openai.organization = os.getenv("OPENAI_ORG_ID")
openai.api_key = os.getenv("OPENAI_API_KEY")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
import os
import rclpy

from ros.angel_system_nodes.angel_system_nodes.audio.intent.base_intent_detector import BaseIntentDetector, INTENT_LABELS
from ros.angel_system_nodes.angel_system_nodes.audio.intent.base_intent_detector import (
BaseIntentDetector,
INTENT_LABELS,
)

openai.organization = os.getenv("OPENAI_ORG_ID")
openai.api_key = os.getenv("OPENAI_API_KEY")
Expand Down

0 comments on commit 452e7e3

Please sign in to comment.