modernize type imports
This commit is contained in:
parent
22f8015b82
commit
bb9552ce1f
@ -1,4 +1,4 @@
|
|||||||
from typing import Sequence, Iterable
|
from collections.abc import Sequence, Iterable
|
||||||
import logging
|
import logging
|
||||||
from collections import Counter
|
from collections import Counter
|
||||||
from itertools import chain
|
from itertools import chain
|
||||||
|
Loading…
Reference in New Issue
Block a user