Skip to content

Commit

Permalink
Remove leftover imports from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Jul 28, 2023
1 parent 3419a45 commit a39f5c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/ruff/src/jupyter/notebook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ use std::path::Path;

use itertools::Itertools;
use once_cell::sync::OnceCell;
use rustpython_parser::lexer::lex;
use rustpython_parser::Mode;
use serde::Serialize;
use serde_json::error::Category;

Expand Down

0 comments on commit a39f5c1

Please sign in to comment.