refactor: Remove unused env import

This commit is contained in:
Kiril Kovachev 2025-05-08 00:22:06 +01:00
parent c22af9bedf
commit e1856f70cd

View File

@ -1,4 +1,3 @@
use std::env;
use formatx::formatx; use formatx::formatx;
use clap::{Parser, Subcommand}; use clap::{Parser, Subcommand};