Skip to content

Commit 618c030

Browse files
author
Beat Buesser
committed
Remove unused import
Signed-off-by: Beat Buesser <[email protected]>
1 parent 8afb662 commit 618c030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/defences/preprocessor/mp3_compression_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from __future__ import absolute_import, division, print_function, unicode_literals
2525

2626
import logging
27-
from typing import TYPE_CHECKING, Optional, Tuple, Any
27+
from typing import TYPE_CHECKING, Optional, Tuple
2828

2929
import numpy as np
3030

0 commit comments

Comments
 (0)