Skip to content

Commit 339e9a9

Browse files
authored
Wrong keyword
1 parent b61f9d7 commit 339e9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, api_key: str = os.getenv("AXIOMATIC_API_KEY")):
2424
self.query = ""
2525

2626
def ax_api(self, query):
27-
continue
27+
pass
2828

2929
def axquery(self, query, cell=None):
3030
if self.api_key:

0 commit comments

Comments
 (0)