diff --git a/src/compas/datastructures/mesh/mesh.py b/src/compas/datastructures/mesh/mesh.py index 5cd90b771c2..c654d5095c8 100644 --- a/src/compas/datastructures/mesh/mesh.py +++ b/src/compas/datastructures/mesh/mesh.py @@ -29,7 +29,7 @@ from compas.geometry import Point from compas.geometry import Polygon from compas.geometry import Polyhedron -from compas.geometry import Shape +from compas.geometry import Shape # noqa: F401 from compas.geometry import Vector from compas.geometry import add_vectors from compas.geometry import angle_points