Skip to content

Commit 94c6ced

Browse files
authored
Update art/defences/detector/evasion/beyond_detector.py
1 parent a7afbd1 commit 94c6ced

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

art/defences/detector/evasion/beyond_detector.py

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
2121
| Paper link: https://openreview.net/pdf?id=S4LqI6CcJ3
2222
"""
23+
from __future__ import annotations
24+
2325
import numpy as np
2426
from typing import TYPE_CHECKING
2527
if TYPE_CHECKING:

0 commit comments

Comments
 (0)