Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Mar 10, 2024
1 parent c694afa commit 4d88149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/safe/parsing/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod raw;

use crate::schema::{safe::*, SchemaError};
use crate::schema::safe::*;

use std::collections::HashMap;

Expand Down

0 comments on commit 4d88149

Please sign in to comment.