refactor: update import statement for better clarity (#114)

Improve the import structure by replacing a relative import with an absolute import format. This enhances readability and maintains consistency in the codebase.
This commit is contained in:
zhangyi1357 2024-11-28 20:45:45 +08:00 committed by GitHub
parent 94e0446de1
commit 2eeffb8249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ from typing import overload
import aimrt_py
import google.protobuf
import {{py_package_name}}
from . import {{py_package_name}}
{{pyfile_import_dependency_py_package}}
{{for service begin}}