Remove unnecessary import in a test

This commit is contained in:
Yuriy Dupyn 2023-12-29 08:49:58 +01:00
parent 8b9249be36
commit 1712bc0e0e

View file

@ -482,8 +482,6 @@ mod tests {
#[test]
fn test_index() {
use ColumnSelection::*;
use Condition::*;
use IndexableValue::*;
use Operation::*;
use Value::*;