Skip to content

Commit 096ef30

Browse files
committed
Fix deprecated typing.Iterable
1 parent 6f21e57 commit 096ef30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cros_ec_python/devices/pawnio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import sys
66
from ctypes import wintypes
7-
from typing import Iterable
7+
from collections.abc import Iterable
88

99
# Workaround for pdoc failing on Linux
1010
if os.name == 'nt':

0 commit comments

Comments
 (0)