Skip to content

Commit

Permalink
remove unnecessary numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
RenolY2 committed May 2, 2020
1 parent 80420c2 commit 749ae16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vectors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from math import sqrt
from io import StringIO
from numpy import array


class Vector3(object):
Expand Down

0 comments on commit 749ae16

Please sign in to comment.