Skip to content

Commit 4481a50

Browse files
committed
Remove unused imports
1 parent ed7dd94 commit 4481a50

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/geometry/bodies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import AbstractSet, List
1+
from typing import List
22

33
import adsk.core
44
import adsk.fusion

lib/geometry/vectors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import math
2-
31
import adsk.core
42

53
# Return a new unit length vector that is perpendicular to the input.

0 commit comments

Comments
 (0)