Skip to content

Commit 53ea1f3

Browse files
committed
update linting
1 parent 110fa61 commit 53ea1f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/axiomatic/magic.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ def axquery(self, query, cell=None):
8080
print(
8181
"Please set your Axiomatic API key first with the command %ax_api API_KEY and restart the kernel. Request the api key at our Customer Service."
8282
)
83+
8384
def ax_query(self, query, cell=None):
8485
# Updates the target circuit query
85-
self.query=query
86+
self.query = query
8687
return self.axquery(query, cell)
87-
88+
8889
def ax_fix(self, query, cell=None):
8990
# Runs again without updating the query
9091
return self.axquery(query, cell)

0 commit comments

Comments
 (0)