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 174fb01 commit 8e2188aCopy full SHA for 8e2188a
src/axiomatic/magic.py
@@ -23,7 +23,7 @@ def __init__(self, api_key: str = os.getenv("AXIOMATIC_API_KEY")):
23
self.client = Axiomatic(api_key=api_key)
24
self.query = ""
25
26
- def ax_api(self, query):
+ def ax_api(self, api_key: str):
27
folder = platformdirs.user_config_dir("axiomatic")
28
with open(f"{folder}/api_key", "w") as f:
29
f.write(query)
0 commit comments