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

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

parent e74df1a8
Branches
Tags
1 merge request!65Pylint
......@@ -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