diff --git a/send2trash/compat.py b/send2trash/compat.py index 8f9d3ad..a3043a4 100644 --- a/send2trash/compat.py +++ b/send2trash/compat.py @@ -22,4 +22,4 @@ else: try: from collections.abc import Iterable as iterable_type except ImportError: - from collections import Iterable as iterable_type + from collections import Iterable as iterable_type # noqa: F401