Skip to content

Commit f6444ed

Browse files
committed
ruff
1 parent 927a4e4 commit f6444ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/compas/datastructures/graph/graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from ast import literal_eval
66
from itertools import combinations
77
from random import sample
8-
from random import choice
98
from random import shuffle
109

1110
import compas

src/compas/geometry/polyhedron.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from compas.geometry import Point
99
from compas.geometry import Polygon
1010
from compas.geometry import transform_points
11-
from compas.itertools import pairwise
1211
from compas.tolerance import TOL
1312

1413
from .geometry import Geometry

0 commit comments

Comments
 (0)