fix: remove unused import
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m18s
Build and test / Tests (pull_request) Successful in 4m1s
Checking yaml / Run yamllint (pull_request) Successful in 3m41s
Build and test / Clippy (pull_request) Successful in 4m15s
Build and test / Build AMD64 (pull_request) Successful in 4m34s
Build and test / Generate Documentation (pull_request) Successful in 7m30s
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m18s
Build and test / Tests (pull_request) Successful in 4m1s
Checking yaml / Run yamllint (pull_request) Successful in 3m41s
Build and test / Clippy (pull_request) Successful in 4m15s
Build and test / Build AMD64 (pull_request) Successful in 4m34s
Build and test / Generate Documentation (pull_request) Successful in 7m30s
This commit is contained in:
parent
3c980bf2b9
commit
73ee1b1152
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use std::path::PathBuf;
|
||||
|
||||
use clap::{command, Parser, Subcommand};
|
||||
use clap::{Parser, Subcommand};
|
||||
use clap_verbosity_flag::{InfoLevel, Verbosity};
|
||||
use serde::Serialize;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue