mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
Move notebook cell logic in separate file (#8813)
Small refactor to move cell related logic to it's own file.
This commit is contained in:
parent
359a68d18f
commit
63a87dda63
3 changed files with 171 additions and 168 deletions
|
@ -4,6 +4,7 @@ pub use index::*;
|
|||
pub use notebook::*;
|
||||
pub use schema::*;
|
||||
|
||||
mod cell;
|
||||
mod index;
|
||||
mod notebook;
|
||||
mod schema;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue