Remove unused import

This commit is contained in:
Gwilym Kuiper 2022-08-04 21:11:44 +01:00
parent e7d27b55f0
commit ab4bcad10e

View file

@ -1,4 +1,4 @@
use std::fs::{self, File};
use std::fs;
use std::path::{Path, PathBuf};
use std::process::Command;
use std::time::Duration;