Skip to content

Commit

Permalink
fix(bridge/python): import INTENT_OBJECT to leon
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed May 20, 2023
1 parent e8ceed6 commit 47d5a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/python/src/sdk/leon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from time import sleep

from ..constants import SKILL_SRC_CONFIG, SKILL_CONFIG
from ..constants import SKILL_SRC_CONFIG, SKILL_CONFIG, INTENT_OBJECT

class Leon:
instance: 'Leon' = None
Expand Down

0 comments on commit 47d5a48

Please sign in to comment.