Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed May 28, 2024
1 parent 8147d0e commit f11ae7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/codecs/hdr/encoder.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::codecs::hdr::{rgbe8, Rgbe8Pixel, SIGNATURE};
use crate::color::Rgb;
use crate::error::ImageResult;
use crate::ImageEncoder;
use crate::error::{EncodingError, ImageFormatHint, ImageResult};
use crate::{ColorType, ImageEncoder, ImageError, ImageFormat};
use std::cmp::Ordering;
use std::io::{Result, Write};

Expand Down

0 comments on commit f11ae7c

Please sign in to comment.