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
No related branches found
No related tags found
1 merge request!65Pylint
...@@ -5,7 +5,7 @@ import base58 ...@@ -5,7 +5,7 @@ import base58
from ..helpers import ensure_str, ensure_bytes from ..helpers import ensure_str, ensure_bytes
class Base58Encoder(object): class Base58Encoder:
@staticmethod @staticmethod
def encode(data: Union[str, bytes]) -> str: 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