Skip to content

Commit

Permalink
Merge pull request #34 from astrojuanlu/fix_deprecated_import-take-3
Browse files Browse the repository at this point in the history
Iterable imported from collections.abc (take III and final)
  • Loading branch information
astrojuanlu committed Aug 10, 2020
2 parents b5cd3aa + 7b01b3e commit 649d47b
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 649d47b

Please sign in to comment.