Skip to content

Commit 705146c

Browse files
Fix importing generic types.
1 parent 68e04f3 commit 705146c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimeparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__license__ = 'MIT License'
55
__credits__ = ''
66

7-
from collections.abc import Generator, Iterable
7+
from typing import Generator, Iterable
88

99

1010
class MimeTypeParseException(ValueError):

0 commit comments

Comments
 (0)