mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 10:20:38 +00:00
chore: specify import style in rustfmt (#460)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
|
||||
use rustpython_bytecode::CodeObject;
|
||||
use rustpython_compiler_core::compile as python_compile;
|
||||
use rustpython_parser::{
|
||||
ast,
|
||||
ast::{Located, Location},
|
||||
parser,
|
||||
};
|
||||
use rustpython_parser::ast::{Located, Location};
|
||||
use rustpython_parser::{ast, parser};
|
||||
use snafu::ResultExt;
|
||||
|
||||
use crate::fail_parse_error;
|
||||
|
||||
Reference in New Issue
Block a user