Skip to content

Commit

Permalink
Iterable imported from collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matías Graña authored and astrojuanlu committed Aug 7, 2020
1 parent 291a778 commit 3b662c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quaternions/quaternion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import functools
import numpy as np
from collections import Iterable
from collections.abc import Iterable
import numbers

from quaternions.utils import (covariance_matrix_from_angles, sigma_lerner, xi_matrix)
Expand Down

0 comments on commit 3b662c6

Please sign in to comment.