Remove some unused imports
This commit is contained in:
parent
6245dba4f0
commit
da8e2d6771
3 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
use minisql::type_system::DbType;
|
||||
use nom::{
|
||||
branch::alt, bytes::complete::tag, character::complete::{char, digit1, none_of, u64}, combinator::opt, error::make_error, multi::many0, sequence::{delimited, pair, preceded}, IResult, Parser
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue