Skip to content

Commit

Permalink
make ruff calm down
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jun 3, 2024
1 parent 19bd2d4 commit 33b7a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas/datastructures/mesh/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33b7a74

Please sign in to comment.