Skip to content

Commit b65376c

Browse files
committed
clean up
1 parent 6648391 commit b65376c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/axiomatic/magic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from IPython import get_ipython # type: ignore
22
from IPython.core.magic import register_line_cell_magic, register_line_magic # type: ignore
33
from IPython.display import HTML, display # type: ignore
4-
from typing import Optional
54

65
import platformdirs # type: ignore
76
import os
@@ -86,7 +85,6 @@ def ax_help(value: str):
8685
Available commands:
8786
8887
- `%load_ext axiomatic_pic` loads the ipython extension.
89-
- `%ax_api` sets up the API key
9088
- `%ax_query` returns the requested circuit using our experimental API
9189
- `%%ax_fix` edit the given code
9290
"""

0 commit comments

Comments
 (0)