Skip to content

Commit 84f5819

Browse files
Potential fix for code scanning alert no. 1027: Unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 73354c5 commit 84f5819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/evaluations/test_great_score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from art.evaluations.great_score import GreatScorePyTorch
2121

22-
from tests.utils import ARTTestException, get_cifar10_image_classifier_pt
22+
from tests.utils import ARTTestException
2323

2424

2525
@pytest.mark.only_with_platform("pytorch")

0 commit comments

Comments
 (0)