Skip to content

Commit 10081c3

Browse files
committed
Remove unused imports in notebook
Signed-off-by: Teodora Sechkova <[email protected]>
1 parent ccd9d4a commit 10081c3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

notebooks/classifier_blackbox_tesseract.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@
1919
"\n",
2020
"import numpy as np\n",
2121
"import imageio\n",
22-
"import visvis as vv\n",
2322
"from matplotlib import pyplot as plt\n",
2423
"from IPython.display import clear_output\n",
2524
"import os \n",
2625
"\n",
27-
"from art import config\n",
2826
"from art.estimators.classification import BlackBoxClassifier\n",
2927
"from art.defences.preprocessor import JpegCompression\n",
3028
"from art.attacks.evasion import HopSkipJump\n",
31-
"from art.attacks.evasion import ZooAttack\n",
32-
"from art.utils import to_categorical\n",
33-
"from art.utils import load_dataset, get_file, compute_accuracy"
29+
"from art.utils import to_categorical"
3430
]
3531
},
3632
{

0 commit comments

Comments
 (0)