Skip to content

Commit 4c6a39e

Browse files
authored
Merge branch 'main' into map-container-leaf-class
2 parents 442a119 + c014adb commit 4c6a39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arraycontext/container/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class NotAnArrayContainerError(TypeError):
122122

123123

124124
@singledispatch
125-
def serialize_container(ary: ArrayContainer) -> Iterable[Tuple[Any, Any]]:
125+
def serialize_container(ary: Any) -> Iterable[Tuple[Any, Any]]:
126126
r"""Serialize the array container into an iterable over its components.
127127
128128
The order of the components and their identifiers are entirely under

0 commit comments

Comments
 (0)