Commit 0e6f89b0 authored by Tejas Shastry's avatar Tejas Shastry Committed by oroulet

same change is reflected in the sync wrapper

parent ceebef5a
......@@ -739,7 +739,7 @@ class SyncNode:
pass
@syncmethod
def read_array_dimensions(self) -> int: # type: ignore[empty-body]
def read_array_dimensions(self) -> List[int]: # type: ignore[empty-body]
pass
@syncmethod
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment