mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-26 13:24:42 +00:00
Clean up imports
This commit is contained in:
parent
3bae0823f7
commit
ffacac05bb
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
use rustpython_bytecode::CodeObject;
|
||||
use rustpython_compiler_core::{compile, symboltable};
|
||||
use rustpython_parser::ast::{fold::Fold, ConstantOptimizer, Location};
|
||||
use rustpython_parser::parser;
|
||||
use rustpython_parser::{
|
||||
ast::{fold::Fold, ConstantOptimizer, Location},
|
||||
parser,
|
||||
};
|
||||
use std::fmt;
|
||||
|
||||
pub use compile::{CompileOpts, Mode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue