Skip to content

Commit

Permalink
fix fuzzer test
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed May 26, 2024
1 parent d501735 commit 8943635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzzers/fuzzer_script_exr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extern crate libfuzzer_sys;
extern crate image;

use image::codecs::openexr::*;
use image::io::Limits;
use image::Limits;
use image::ExtendedColorType;
use image::ImageDecoder;
use image::ImageEncoder;
Expand Down

0 comments on commit 8943635

Please sign in to comment.