Skip to content

Commit 8c295e1

Browse files
committed
black
1 parent d0cd08d commit 8c295e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyorerun/model_interfaces/available_interfaces.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Biorbd
77
try:
88
from .biorbd_model_interface import BiorbdModelNoMesh, BiorbdModel
9+
910
AVAILABLE_INTERFACES["biorbd"] = (BiorbdModel, BiorbdModelNoMesh)
1011
except ImportError:
1112
# biorbd is not installed, these classes will not be available

pyorerun/utils/vtp_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,3 @@ def convert_polygon_to_triangles(polygons, nodes, normals) -> tuple[np.ndarray,
213213
nodes,
214214
normals,
215215
)
216-

0 commit comments

Comments
 (0)