Skip to content

Commit

Permalink
修复导入。
Browse files Browse the repository at this point in the history
  • Loading branch information
worksoup committed Dec 11, 2024
1 parent 5d3e7b4 commit f219eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ use clap::CommandFactory;
use cli::arg::{AccountSubCommand, Args, MainCommand};
use cxlib::{
activity::{Activity, RawSign},
captcha::CaptchaType,
default_impl::store::{AccountTable, AliasTable, DataBase, ExcludeTable, LocationTable},
sign::SignTrait,
user::{DefaultLoginSolver, LoginSolverTrait, LoginSolverWrapper, Session},
};
use cxlib_captcha::CaptchaType;
use log::{error, info, warn};
use std::collections::HashMap;
use std::io::stdout;
Expand Down

0 comments on commit f219eef

Please sign in to comment.