Remove unused import

This commit is contained in:
Vladimir Borisov 2022-09-30 15:55:51 +03:00
parent 97cadda681
commit 23c929cfec
No known key found for this signature in database
GPG key ID: F9A584BE4FCB6603

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;