Skip to content

Commit 6d8dc15

Browse files
committed
python: Try a last fix
1 parent 839eca0 commit 6d8dc15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/python/pinocchio/visualize/meshcat_visualizer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import warnings
55
from pathlib import Path
6-
from typing import ClassVar, TypeAlias
6+
from typing import ClassVar
77

88
import numpy as np
99

@@ -24,10 +24,10 @@
2424

2525
# DaeMeshGeometry
2626
import xml.etree.ElementTree as Et
27-
from typing import Any, Union
27+
from typing import Any
2828

2929
#TODO: Remove quote when 20.04 is not supported
30-
MsgType: TypeAlias = "dict[str, Union[str, bytes, bool, float, 'MsgType']]"
30+
MsgType = "dict[str, Union[str, bytes, bool, float, 'MsgType']]"
3131

3232
try:
3333
import hppfcl

0 commit comments

Comments
 (0)