modernize type imports
This commit is contained in:
parent
22f8015b82
commit
bb9552ce1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue