We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7dd94 commit 4481a50Copy full SHA for 4481a50
lib/geometry/bodies.py
@@ -1,4 +1,4 @@
1
-from typing import AbstractSet, List
+from typing import List
2
3
import adsk.core
4
import adsk.fusion
lib/geometry/vectors.py
@@ -1,5 +1,3 @@
-import math
-
5
# Return a new unit length vector that is perpendicular to the input.
0 commit comments