Skip to content

Commit d181207

Browse files
Update async_substrate_interface/protocols.py
Co-authored-by: BD Himes <[email protected]>
1 parent 36e6e68 commit d181207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def ss58_address(self) -> str:
3939
def ss58_format(self) -> int:
4040
...
4141

42-
def sign(self, data: bytes | str) -> bytes:
42+
def sign(self, data: Union[bytes, str]) -> bytes:
4343
...

0 commit comments

Comments
 (0)