Skip to content

Commit 106310d

Browse files
committed
Fix other import of Iterable from collections
1 parent dfbe1b3 commit 106310d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cesium/featurize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import copy
2-
from collections import Iterable
2+
from collections.abc import Iterable
33
import numpy as np
44
import pandas as pd
55
import dask

0 commit comments

Comments
 (0)