Skip to content

Commit a2d39b9

Browse files
committed
fix lint
1 parent 0727fb1 commit a2d39b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

convex_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
"""
66

7-
from convex_api.account import Account
8-
from convex_api.convex_api import ConvexAPI
7+
from convex_api.account import Account # noqa: F401
8+
from convex_api.convex_api import ConvexAPI # noqa: F401
99

1010

1111
__version__ = "0.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
test_suite='tests',
7676
tests_require=test_requirements,
7777
url='https://github.com/DEX-Company/convex-api-py',
78-
version='0.11.1',
78+
version='0.0.1',
7979
zip_safe=False,
8080
)

0 commit comments

Comments
 (0)