We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5300ae4 commit 7449bd2Copy full SHA for 7449bd2
bindings/python/pinocchio/shortcuts.py
@@ -5,6 +5,9 @@
5
6
## In this file, some shortcuts are provided ##
7
8
+# TODO: Remove when 20.04 is not supported
9
+from __future__ import annotations
10
+
11
from . import WITH_HPP_FCL, WITH_HPP_FCL_BINDINGS
12
from . import pinocchio_pywrap_default as pin
13
bindings/python/pinocchio/visualize/meshcat_visualizer.py
@@ -1,3 +1,6 @@
1
2
3
4
import warnings
from pathlib import Path
from typing import ClassVar
0 commit comments