Skip to content

Commit 9915e3b

Browse files
committed
fix lint
1 parent 4fc5234 commit 9915e3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

convex_api/account.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def __init__(self, private_key, address=None, name=None):
5656
To re-use the account again, you can import the keys and set the account address using one of the `import..` methods.
5757
5858
**Note**
59-
For security reasons all of the keys and password text displayed below in the documentation are only truncated ending with a **`...`**
59+
For security reasons all of the keys and password text displayed below in the documentation
60+
are only truncated ending with a **`...`**
6061
6162
.. code-block:: python
6263

0 commit comments

Comments
 (0)