Skip to content

Commit 6a85484

Browse files
committed
Fix import
1 parent 609ad8f commit 6a85484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/manager/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from manager.libs.launch_world_model import ConfigurationManager
3333
from manager.manager.launcher.launcher_world import LauncherWorld
3434
from manager.manager.launcher.launcher_robot import LauncherRobot
35-
from src.manager.manager.launcher.launcher_tools import LauncherTools
35+
from manager.manager.launcher.launcher_tools import LauncherTools
3636
from manager.ram_logging.log_manager import LogManager
3737
from manager.manager.application.robotics_python_application_interface import (
3838
IRoboticsPythonApplication,

0 commit comments

Comments
 (0)