1
0
Fork 0
mirror of https://github.com/mCaptcha/mCaptcha.git synced 2025-05-03 05:32:49 +03:00

fix: unused import

This commit is contained in:
Aravinth Manivannan 2024-01-04 17:22:10 +05:30
parent da934f5ba7
commit 13c3066b86
No known key found for this signature in database
GPG key ID: F8F50389936984FF
2 changed files with 0 additions and 2 deletions
db/db-sqlx-postgres/src

View file

@ -43,7 +43,6 @@ pub mod dev {
pub use super::errors::*;
pub use super::Database;
pub use db_core::dev::*;
pub use prelude::*;
pub use sqlx::Error;
}