remove unused import log
This commit is contained in:
parent
a0235d20d8
commit
d7936e032c
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ mod token;
|
|||
|
||||
use crate::bluesky::atproto::ATProtoServerCreateSession;
|
||||
use anyhow::anyhow;
|
||||
use log::warn;
|
||||
use reqwest::Body;
|
||||
use token::Token;
|
||||
|
||||
|
|
Loading…
Reference in a new issue