Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jashlu committed Nov 27, 2024
1 parent 5af0d05 commit c3a016e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_norms_trees/ui_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from social_norms_trees.behavior_tree_library import Behavior, Sequence
from social_norms_trees.atomic_mutations import remove, insert, move

from interactive_ui import run_interactive_list
from social_norms_trees.interactive_ui import run_interactive_list

# import keyboard # Make sure to install this module with `pip install keyboard`

Expand Down

0 comments on commit c3a016e

Please sign in to comment.