Fix compilation error due to missing imports
This commit is contained in:
parent
37cdba8ddd
commit
63faf51685
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue