Skip to content

Commit 8e2188a

Browse files
authored
Fix naming
1 parent 174fb01 commit 8e2188a

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
@@ -23,7 +23,7 @@ def __init__(self, api_key: str = os.getenv("AXIOMATIC_API_KEY")):
2323
self.client = Axiomatic(api_key=api_key)
2424
self.query = ""
2525

26-
def ax_api(self, query):
26+
def ax_api(self, api_key: str):
2727
folder = platformdirs.user_config_dir("axiomatic")
2828
with open(f"{folder}/api_key", "w") as f:
2929
f.write(query)

0 commit comments

Comments
 (0)