We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927a4e4 commit f6444edCopy full SHA for f6444ed
src/compas/datastructures/graph/graph.py
@@ -5,7 +5,6 @@
5
from ast import literal_eval
6
from itertools import combinations
7
from random import sample
8
-from random import choice
9
from random import shuffle
10
11
import compas
src/compas/geometry/polyhedron.py
@@ -8,7 +8,6 @@
from compas.geometry import Point
from compas.geometry import Polygon
from compas.geometry import transform_points
-from compas.itertools import pairwise
12
from compas.tolerance import TOL
13
14
from .geometry import Geometry
0 commit comments