Skip to content

Commit 38cbe04

Browse files
committed
fix import error
1 parent 6ba2c3f commit 38cbe04

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
*.egg-info/
33
__pycache__/
44
docs/build
5+
build/
6+
dist/

tests/intergration/test_ddo_register_contract.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"""
66

77
import pytest
8-
import secretsfrom tests.helpers import auto_topup_account
8+
import secrets
9+
from tests.helpers import auto_topup_account
910

1011
from convex_api.account import Account
1112
from convex_api.convex_api import ConvexAPI

0 commit comments

Comments
 (0)