mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 20:42:10 +00:00
Move StarImport
to its own module (#5186)
This commit is contained in:
parent
b369288833
commit
310abc769d
4 changed files with 11 additions and 9 deletions
|
@ -8,8 +8,9 @@ use rustpython_parser::ast;
|
|||
|
||||
use ruff_index::{newtype_index, Idx, IndexSlice, IndexVec};
|
||||
|
||||
use crate::binding::{BindingId, StarImport};
|
||||
use crate::binding::BindingId;
|
||||
use crate::globals::GlobalsId;
|
||||
use crate::star_import::StarImport;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Scope<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue