Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Feb 7, 2025
1 parent 46d7f53 commit a6a7d70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datafusion/common/src/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
use crate::error::{_schema_err, add_possible_columns_to_diag};
use crate::utils::{parse_identifiers_normalized, quote_identifier};
use crate::{
DFSchema, DataFusionError, Diagnostic, Result, SchemaError, Spans, TableReference,
};
use crate::{DFSchema, Diagnostic, Result, SchemaError, Spans, TableReference};
use arrow_schema::{Field, FieldRef};
use std::collections::HashSet;
use std::convert::Infallible;
Expand Down

0 comments on commit a6a7d70

Please sign in to comment.