[web] Fix redundant import

This commit is contained in:
Emi Simpson 2021-10-25 13:07:52 -04:00
parent 97bc7feea6
commit 5b370b24dc
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -81,5 +81,5 @@ pub fn render_with_colors(pronouns: &Pronoun, color1: Rgba<u8>, color2: Rgba<u8>
}
}
image::DynamicImage::ImageRgba8(output_image).into_rgb8()
DynamicImage::ImageRgba8(output_image).into_rgb8()
}