Remove unused import

This commit is contained in:
Vladimir Borisov 2022-09-30 15:55:51 +03:00
parent b85cf31cd1
commit eeab2bb072

View file

@ -1,6 +1,5 @@
use native_windows_gui as nwg;
use std::os::windows::process::CommandExt;
use std::env;
use std::process::Command;
use std::thread;
use std::time::Duration;