Skip to content

Commit

Permalink
Fixed broken import.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachartrand committed Jul 23, 2022
1 parent 869487f commit 81bd0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/quaternions/qmath.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from typing import Iterable, Tuple

from quaternions import Quaternion
from quaternions import _makeListLen3
from quaternions.quaternions import _makeListLen3

nani: Quaternion = Quaternion(0, float('nan'), 0, 0)
nanj: Quaternion = Quaternion(0, 0, float('nan'), 0)
Expand Down

0 comments on commit 81bd0bc

Please sign in to comment.