Skip to content

Commit 8454fcf

Browse files
committed
remove unneeded line
1 parent 2a10c66 commit 8454fcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythreejs/pythreejs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
from ._package import npm_pkg_name
1919
from math import pi, sqrt
2020

21-
from core import *
22-
2321
def vector3(trait_type=CFloat, default=None, **kwargs):
2422
if default is None:
2523
default = [0, 0, 0]

0 commit comments

Comments
 (0)