Skip to content

Commit 2e85bbf

Browse files
committed
Fixed a lint
1 parent 12a44e3 commit 2e85bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_hive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! Test SQL syntax specific to Hive. The parser based on the generic dialect
1616
//! is also tested (on the inputs it can handle).
1717
18-
use sqlparser::dialect::{GenericDialect, HiveDialect};
18+
use sqlparser::dialect::HiveDialect;
1919
use sqlparser::test_utils::*;
2020

2121
#[test]

0 commit comments

Comments
 (0)