diff --git a/Tests/oss-fuzz/fuzz_exif.py b/Tests/oss-fuzz/fuzz_exif.py index 8271ad91f..c90296c1b 100644 --- a/Tests/oss-fuzz/fuzz_exif.py +++ b/Tests/oss-fuzz/fuzz_exif.py @@ -12,9 +12,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations -import sys import io +import sys import atheris from atheris.import_hook import instrument_imports