Skip to content

Commit

Permalink
Mypy fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <[email protected]>
  • Loading branch information
InvincibleRMC committed Mar 29, 2024
1 parent 1b049b8 commit 0c197cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_ros_bridge/encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from numpy.typing import NDArray
from rclpy.type_support import check_is_valid_msg_type

NestedDictionary: TypeAlias = dict[str, 'NestedDictionary'] | dict[str, object]
NestedDictionary: TypeAlias = dict[str, object]


class MsgLike(Protocol):
Expand Down

0 comments on commit 0c197cb

Please sign in to comment.