Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
billbsing committed Apr 6, 2021
1 parent 4fc5234 commit 9915e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion convex_api/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9915e3b

Please sign in to comment.