refactor: Remove unused FromStr use

This commit is contained in:
Kiril Kovachev 2025-05-08 00:30:31 +01:00
parent db7ce5cb7e
commit 59c6dc104d

View File

@ -1,5 +1,3 @@
use std::str::FromStr;
use formatx::formatx;
use clap::{Parser, Subcommand};