ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
172 stars 161 forks source link

Fix the type annotation in pub.py. #814

Closed clalancette closed 1 year ago

clalancette commented 1 year ago

In particular, Python 3.11 on RHEL-9 doesn't seem to like the pipe syntax for an optional argument. But we have the Optional marking available from typing, so switch to that instead.

clalancette commented 1 year ago

CI: