chore: code format
This commit is contained in:
parent
09d2fc0493
commit
1a58f0fea8
4 changed files with 13 additions and 9 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Encoding(Enum):
|
||||
"""Enumeration type to list the various supported encodings."""
|
||||
BECH32 = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue