Skip to content

Commit b1d67cd

Browse files
authored
Update do_iter.py
1 parent 516c804 commit b1d67cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/advance/do_iter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
from collections import Iterable, Iterator
4+
from collections.abc import Iterable, Iterator
55

66
def g():
77
yield 1

0 commit comments

Comments
 (0)