mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-03-13 19:11:39 +00:00
fix flake error
This commit is contained in:
@@ -22,4 +22,4 @@ else:
|
|||||||
try:
|
try:
|
||||||
from collections.abc import Iterable as iterable_type
|
from collections.abc import Iterable as iterable_type
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from collections import Iterable as iterable_type
|
from collections import Iterable as iterable_type # noqa: F401
|
||||||
|
|||||||
Reference in New Issue
Block a user