remove extra line

This commit is contained in:
yggverse 2024-11-16 17:38:23 +02:00
parent f347c28f6f
commit 7ff9efb166

View File

@ -1,6 +1,5 @@
use std::{rc::Rc, sync::RwLock};
use sqlite::{Connection, Error, Transaction};
use std::{rc::Rc, sync::RwLock};
pub struct Table {
//pub id: i64,