Skip to content

Commit c52802d

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Correct imports in utils
1 parent 7dbc91a commit c52802d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/classifiers/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def load_classifier(file_path, weights_name="weights.h5"):
5252
:param weights_name: name of the file containing the weights
5353
:return: Classifier
5454
"""
55-
from art.classifiers.bnn import BNN
5655
from art.classifiers.cnn import CNN
5756
from art.classifiers.mlp import MLP
5857
from art.classifiers.resnet import ResNet

0 commit comments

Comments
 (0)