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 b61f9d7 commit 339e9a9Copy full SHA for 339e9a9
src/axiomatic/magic.py
@@ -24,7 +24,7 @@ def __init__(self, api_key: str = os.getenv("AXIOMATIC_API_KEY")):
24
self.query = ""
25
26
def ax_api(self, query):
27
- continue
+ pass
28
29
def axquery(self, query, cell=None):
30
if self.api_key:
0 commit comments