automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-08-22 21:23:33 +00:00 committed by github-actions[bot]
parent a744147355
commit 734b39945e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use clap::Parser;
use eframe::CreationContext;
use libpt::cli::args::VerbosityLevel;
use libpt::log::{debug, info, trace};
use libpt::log::{debug, info};
use crate::error::Error;