We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba2c3f commit 38cbe04Copy full SHA for 38cbe04
.gitignore
@@ -2,3 +2,5 @@
2
*.egg-info/
3
__pycache__/
4
docs/build
5
+build/
6
+dist/
tests/intergration/test_ddo_register_contract.py
@@ -5,7 +5,8 @@
"""
7
import pytest
8
-import secretsfrom tests.helpers import auto_topup_account
+import secrets
9
+from tests.helpers import auto_topup_account
10
11
from convex_api.account import Account
12
from convex_api.convex_api import ConvexAPI
0 commit comments