Skip to content

Commit a89f66f

Browse files
[autofix.ci] apply automated fixes
1 parent 3c0fcad commit a89f66f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/vws/_json_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ def _is_object_mapping(value: object, /) -> TypeGuard[Mapping[object, object]]:
1111

1212

1313
def _is_object_iterable(value: object, /) -> TypeGuard[Iterable[object]]:
14-
"""Return whether a value supports iteration over unchecked entries."""
14+
"""Return whether a value supports iteration over unchecked
15+
entries.
16+
"""
1517
return isinstance(value, Iterable)
1618

1719

0 commit comments

Comments
 (0)