mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:09:22 +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
|
@ -7,6 +7,7 @@ mod model;
|
|||
mod node;
|
||||
mod reference;
|
||||
mod scope;
|
||||
mod star_import;
|
||||
|
||||
pub use binding::*;
|
||||
pub use context::*;
|
||||
|
@ -16,3 +17,4 @@ pub use model::*;
|
|||
pub use node::*;
|
||||
pub use reference::*;
|
||||
pub use scope::*;
|
||||
pub use star_import::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue