From 9915e3b0da8467b734036b6086f8c4b64c72ae92 Mon Sep 17 00:00:00 2001 From: bill Date: Tue, 6 Apr 2021 10:21:04 +0800 Subject: [PATCH] fix lint --- convex_api/account.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/convex_api/account.py b/convex_api/account.py index 1dd6ab8..8d74c34 100644 --- a/convex_api/account.py +++ b/convex_api/account.py @@ -56,7 +56,8 @@ def __init__(self, private_key, address=None, name=None): To re-use the account again, you can import the keys and set the account address using one of the `import..` methods. **Note** - For security reasons all of the keys and password text displayed below in the documentation are only truncated ending with a **`...`** + For security reasons all of the keys and password text displayed below in the documentation + are only truncated ending with a **`...`** .. code-block:: python