Fix Imports

This commit is contained in:
Chaoscaot
2023-03-16 21:33:23 +01:00
parent f4bcde73f9
commit b082d6cd8d
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,6 @@
use std::path::PathBuf;
#[cfg(feature = "sql")]
use futures::executor::block_on;
use schemsearch_files::Schematic;
#[cfg(feature = "sql")]
use schemsearch_sql::{load_schemdata, SchematicNode};