fix flake error

This commit is contained in:
Dobatymo 2024-03-14 18:37:28 +08:00
parent 7d1230e517
commit 018d3fd7be
1 changed files with 1 additions and 1 deletions

View File

@ -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