Skip to content

Commit 174fb01

Browse files
authored
Add query explicitly as class param
1 parent 1085092 commit 174fb01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/axiomatic/magic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class AXMagic:
1414

1515
api_key: str
1616
client: Axiomatic
17+
query: str
1718

1819
def __init__(self, api_key: str = os.getenv("AXIOMATIC_API_KEY")):
1920
self.folder = platformdirs.user_config_dir("axiomatic")

0 commit comments

Comments
 (0)