10000 use collections.abc now · Kith78/spatialmath-python@dd8b46a · GitHub
[go: up one dir, main page]

Skip to content

Commit dd8b46a

Browse files
committed
use collections.abc now
1 parent 6f4840e commit dd8b46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatialmath/base/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import math
22
from itertools import product
3-
from collections import Iterable
3+
from collections.abc import Iterable
44
import warnings
55
import numpy as np
66
import scipy as sp

0 commit comments

Comments
 (0)
0