remove unnecessary import

This commit is contained in:
Lennart
2024-02-25 11:39:54 +01:00
parent 6be9ce5061
commit c45af9a91e

View File

@@ -1,4 +1,4 @@
use anyhow::{anyhow, Result};
use anyhow::Result;
use async_trait::async_trait;
use sqlx::SqlitePool;