Remove unused import

This commit is contained in:
Jakub Beránek 2024-06-20 12:30:41 +02:00
parent 5c4318d02c
commit c15293407f

View file

@ -23,7 +23,7 @@
use std::fs::{self, File};
use std::io;
use std::path::{Path, PathBuf};
use std::process::{Command, Output, Stdio};
use std::process::{Command, Stdio};
use std::str;
use std::sync::OnceLock;