fix(gpodder_sqlite): correct imports in tests
This commit is contained in:
parent
7887477ed1
commit
b16c9a0404
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ use axum::{
|
|||
use axum_extra::{TypedHeader, extract::CookieJar, headers::UserAgent};
|
||||
use cookie::{Cookie, time::Duration};
|
||||
use gpodder::{AuthErr, Session};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde::Deserialize;
|
||||
|
||||
use crate::web::{Page, Query, TemplateExt, TemplateResponse, ToQuery, View};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue