fix formatting.

This commit is contained in:
Ben Yang 2024-07-25 12:05:57 +08:00
parent 554ee5102b
commit 41f71307aa

View File

@ -8,8 +8,7 @@ use super::super::values::NuDataFrame;
use nu_plugin::{EngineInterface, EvaluatedCall, PluginCommand}; use nu_plugin::{EngineInterface, EvaluatedCall, PluginCommand};
use nu_protocol::{ use nu_protocol::{
Category, Example, LabeledError, PipelineData, Signature, Span, Category, Example, LabeledError, PipelineData, Signature, Span, SyntaxShape, Type, Value,
SyntaxShape, Type, Value,
}; };
use polars::{ use polars::{
prelude::{AnyValue, DataType, Field, NamedFrom}, prelude::{AnyValue, DataType, Field, NamedFrom},