mirror of https://github.com/astral-sh/ruff
Update other stuff to use the root of rustpython_bytecode
This commit is contained in:
parent
452cd308d5
commit
13f3ec5b2b
|
|
@ -1,4 +1,4 @@
|
||||||
use rustpython_bytecode::bytecode::CodeObject;
|
use rustpython_bytecode::CodeObject;
|
||||||
use rustpython_compiler_core::{compile, symboltable};
|
use rustpython_compiler_core::{compile, symboltable};
|
||||||
use rustpython_parser::{ast::Location, parser};
|
use rustpython_parser::{ast::Location, parser};
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue