Skip to content

Commit 179d360

Browse files
authored
FIX: unused import in tutorial_annni causing v2 build failure, and not used in demo (#1363)
1 parent 9ff85b9 commit 179d360

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

demonstrations/tutorial_annni.metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
],
88
"dateOfPublication": "2025-04-28T00:00:00+00:00",
9-
"dateOfLastModification": "2025-04-28T00:00:00+00:00",
9+
"dateOfLastModification": "2025-05-06T00:00:00+00:00",
1010
"categories": [
1111
"Quantum Machine Learning"
1212
],

demonstrations/tutorial_annni.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050

5151
import matplotlib.pyplot as plt
5252
from matplotlib.colors import ListedColormap, BoundaryNorm
53-
from IPython.display import Image, display
5453

5554
config.update("jax_enable_x64", True)
5655

0 commit comments

Comments
 (0)