remove unused import
This commit is contained in:
parent
165ffa065a
commit
9c02f40c43
|
@ -1,5 +1,3 @@
|
||||||
use std::process::exit;
|
|
||||||
|
|
||||||
use qrcode::QrCode;
|
use qrcode::QrCode;
|
||||||
use image::{Luma, png::PngEncoder};
|
use image::{Luma, png::PngEncoder};
|
||||||
use urlencoding::decode;
|
use urlencoding::decode;
|
||||||
|
|
Loading…
Reference in New Issue