fix formatting.
This commit is contained in:
parent
554ee5102b
commit
41f71307aa
|
@ -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},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user