Skip to content
Snippets Groups Projects
Commit 9dce1edf authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #91 fix pylint alerts in key.base58 module

parent b4b475e3
No related branches found
No related tags found
1 merge request!60Pylint
......@@ -5,7 +5,7 @@ import base58
from ..helpers import ensure_str, ensure_bytes
class Base58Encoder(object):
class Base58Encoder:
@staticmethod
def encode(data: Union[str, bytes]) -> str:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment