@@ -1,5 +1,4 @@
use rusqlite::{Connection, Result, params};
use std::path::Path;
use rusqlite::{Connection, Result};
pub fn open(path: &str) -> Result<Connection> {
let conn = Connection::open(path)?;
The note is not visible to the blocked user.