Skip to content

Commit bbe1169

Browse files
committed
Do more explicit launch includes for jazzy mypy
1 parent cb346a1 commit bbe1169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_frontend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414

1515
from pathlib import Path
1616

17-
from launch import LaunchContext, LaunchDescription
1817
from launch.actions import DeclareLaunchArgument, ExecuteProcess, IncludeLaunchDescription
18+
from launch.launch_context import LaunchContext
19+
from launch.launch_description import LaunchDescription
1920

2021
THIS_DIR = Path(__file__).parent
2122

0 commit comments

Comments
 (0)