Skip to content

Commit 5244dd7

Browse files
fix bug of import error in python3.4
1 parent 6fceb4b commit 5244dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysenal/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: UTF-8 -*-
22
import copy
3-
from typing import Iterable
3+
from collections import Iterable
44

55

66
def get_chunk(l, n):

0 commit comments

Comments
 (0)