Skip to content

Commit d79538e

Browse files
committed
Ruff fix
1 parent aa20015 commit d79538e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def all_types(
9898
d: Dict[str, int],
9999
s: Set[int],
100100
t: Tuple[int, str],
101-
l: List[int],
101+
l: List[int], # noqa: E741
102102
o: Optional[int],
103103
) -> Union[Mapping[str, int], str, None]:
104104
"""

0 commit comments

Comments
 (0)