Skip to content

Commit

Permalink
remove unused crate
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 23, 2024
1 parent 88c1800 commit 8bbe192
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/markdown/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ use crate::validation::Validator;
use super::frontmatter::parse_frontmatter;
use super::position::{Position, PositionRange};

#[cfg(feature = "python")]
use pyo3::pyclass;

lazy_static! {
static ref MD_MODEL_TYPES: BTreeMap<&'static str, &'static str> = {
let mut m = BTreeMap::new();
Expand Down

0 comments on commit 8bbe192

Please sign in to comment.