Skip to content

Commit 36e6e68

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

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
@@ -28,7 +28,7 @@ def crypto_type(self) -> int:
2828
...
2929

3030
@property
31-
def public_key(self) -> bytes | None:
31+
def public_key(self) -> Optional[bytes]:
3232
...
3333

3434
@property

0 commit comments

Comments
 (0)