Skip to content

Commit 7561db1

Browse files
committed
return is a memoryview
1 parent 5057114 commit 7561db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gfe_examples/template/template_vertex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _write_app_memory_regions(self, spec: DataSpecificationGenerator,
120120
spec.write_value(int(key is not None))
121121
spec.write_value(0 if key is None else key)
122122

123-
def read(self) -> bytes:
123+
def read(self) -> memoryview:
124124
"""
125125
Get the recorded data.
126126

0 commit comments

Comments
 (0)