Fix compilation error due to missing imports

This commit is contained in:
timvisee 2021-04-09 16:20:42 +02:00
parent 37cdba8ddd
commit 63faf51685
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -19,7 +19,6 @@ use pathdiff::diff_paths;
use prettytable::{format::FormatBuilder, Cell, Row, Table};
#[cfg(feature = "qrcode")]
use qr2term::print_qr;
#[cfg(feature = "archive")]
use tempfile::{Builder as TempBuilder, NamedTempFile};
use super::select_api_version;