Skip to content

Commit 48856a8

Browse files
committed
Remove unused imports
1 parent a22c74d commit 48856a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/sqlparser_oracle.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ use pretty_assertions::assert_eq;
2222

2323
use sqlparser::{
2424
ast::{
25-
BinaryOperator, Expr, Ident, Insert, ObjectName, ObjectNamePart, Query,
26-
QuoteDelimitedString, Select, SelectItem, SetExpr, Statement, TableAliasWithoutColumns,
27-
TableFactor, TableObject, TableWithJoins, Value, ValueWithSpan,
25+
BinaryOperator, Expr, Ident, Insert, ObjectName, Query, QuoteDelimitedString, SetExpr,
26+
Statement, TableAliasWithoutColumns, TableObject, Value, ValueWithSpan,
2827
},
2928
dialect::OracleDialect,
3029
parser::ParserError,

0 commit comments

Comments
 (0)