Skip to content

Commit

Permalink
add #type: ignore on yaml import
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
  • Loading branch information
InvincibleRMC committed Sep 16, 2024
1 parent bb3baef commit 58d1ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosidl_cli/rosidl_cli/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from rosidl_cli.entry_points import load_entry_points

import yaml
import yaml #type: ignore[import-untyped]

if TYPE_CHECKING:
from typing import TypedDict
Expand Down

0 comments on commit 58d1ed1

Please sign in to comment.