Skip to content

Commit 9f4985d

Browse files
Remove unneccessary import
1 parent 4904c68 commit 9f4985d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utils/random_generators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import abc
44
import random
55
import string
6-
from collections.abc import Iterable
76
from typing import TYPE_CHECKING, override
87

98
if TYPE_CHECKING:

0 commit comments

Comments
 (0)