Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: sparate ros2 dependency in aimrt_py #117

Merged
Merged
Prev Previous commit
Next Next commit
refactor: remove unused import from python_runtime initialization
- Eliminated the import of aimrt_python_runtime_ros2 from the __init__.py file in the python_runtime module to streamline the code and improve clarity.
  • Loading branch information
zhangyi1357 committed Dec 3, 2024
commit 6e12ea13167bbb00c3f6f9e332b4ad8d02340a67
1 change: 0 additions & 1 deletion src/runtime/python_runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
Publish, RegisterPublishType, Subscribe)
from .aimrt_py_log import *
from .aimrt_python_runtime import *
from .aimrt_python_runtime_ros2 import *
from .check_ros2_type import (check_is_valid_ros2_msg_type,
check_is_valid_srv_type)