chore: format
This commit is contained in:
parent
b8dc1961f0
commit
fb39bbf8e5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::{database::cache, util::http_client};
|
||||
use image::{ImageReader, ImageError, ImageFormat};
|
||||
use image::{ImageError, ImageFormat, ImageReader};
|
||||
use isahc::AsyncReadResponseExt;
|
||||
use nom_exif::{parse_jpeg_exif, EntryValue, ExifTag};
|
||||
use std::io::Cursor;
|
||||
|
|
Loading…
Reference in a new issue