Skip to content

Commit

Permalink
refactor: auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Dec 3, 2023
1 parent 234e3c6 commit 86cfd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rust/src/lazy/dsl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::concurrent::RFnSignature;
use crate::rdatatype::{
literal_to_any_value, new_rank_method, new_rolling_cov_options, parse_fill_null_strategy,
robj_to_timeunit, RPolarsDataTypeVector, RPolarsDataType,
robj_to_timeunit, RPolarsDataType, RPolarsDataTypeVector,
};
use crate::robj_to;
use crate::rpolarserr::{
Expand Down
2 changes: 1 addition & 1 deletion src/rust/src/rlib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::lazy::dsl::{RPolarsProtoExprArray, RPolarsExpr};
use crate::lazy::dsl::{RPolarsExpr, RPolarsProtoExprArray};
use crate::rdataframe::RPolarsDataFrame;
use crate::robj_to;
use crate::rpolarserr::{rdbg, RResult};
Expand Down

0 comments on commit 86cfd96

Please sign in to comment.