Explorar el Código

drk: Remove unused prettytable::cell import.

Luther Blissett hace 3 años
padre
commit
c293a03981
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/drk/src/main.rs

+ 1 - 1
bin/drk/src/main.rs

@@ -1,7 +1,7 @@
 use std::{process::exit, str::FromStr, time::Instant};
 use std::{process::exit, str::FromStr, time::Instant};
 
 
 use clap::{Parser, Subcommand};
 use clap::{Parser, Subcommand};
-use prettytable::{cell, format, row, Table};
+use prettytable::{format, row, Table};
 
 
 use serde_json::json;
 use serde_json::json;
 use simplelog::{ColorChoice, TermLogger, TerminalMode};
 use simplelog::{ColorChoice, TermLogger, TerminalMode};