refactor: remove unused import

This commit is contained in:
Muhammad Nauman Raza 2024-05-19 12:20:09 +01:00
parent 7acf00434b
commit 78fe82a75f
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -1,4 +1,3 @@
use std::io::prelude::*;
use std::process::Command; use std::process::Command;
use owo_colors::OwoColorize; use owo_colors::OwoColorize;