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 0727fb1 commit a2d39b9Copy full SHA for a2d39b9
convex_api/__init__.py
@@ -4,8 +4,8 @@
4
5
"""
6
7
-from convex_api.account import Account
8
-from convex_api.convex_api import ConvexAPI
+from convex_api.account import Account # noqa: F401
+from convex_api.convex_api import ConvexAPI # noqa: F401
9
10
11
__version__ = "0.0.1"
setup.py
@@ -75,6 +75,6 @@
75
test_suite='tests',
76
tests_require=test_requirements,
77
url='https://github.com/DEX-Company/convex-api-py',
78
- version='0.11.1',
+ version='0.0.1',
79
zip_safe=False,
80
)
0 commit comments