diff --git a/bindings/python/pinocchio/visualize/meshcat_visualizer.py b/bindings/python/pinocchio/visualize/meshcat_visualizer.py index fa311385e..f99ae91c1 100644 --- a/bindings/python/pinocchio/visualize/meshcat_visualizer.py +++ b/bindings/python/pinocchio/visualize/meshcat_visualizer.py @@ -26,7 +26,7 @@ import xml.etree.ElementTree as Et from typing import Any -#TODO: Remove quote when 20.04 is not supported +# TODO: Remove quote when 20.04 is not supported MsgType = "dict[str, Union[str, bytes, bool, float, 'MsgType']]" try: