Code cleanup / formatting

This commit is contained in:
Alex Stokes
2019-08-02 16:02:07 -07:00
parent b98025c379
commit ab7653526f
3 changed files with 0 additions and 20 deletions

View File

@ -15,7 +15,6 @@ def _serialize_public_key(key: PublicKey) -> bytes:
class ID:
_bytes: bytes
_xor_id: int = None
_b58_str: str = None