generated from PlexSheep/rs-base
Merge branch 'devel' of git.cscherr.de:PlexSheep/beatbaer into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m4s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m4s
This commit is contained in:
commit
b4667faf5d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue