Skip to content

Commit

Permalink
fix(check): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jan 19, 2024
1 parent 4e3875e commit 685360f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/parser/paragraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::{
use super::{
hyperlink::analyze_hyperlink,
run::{analyze_run, analyze_run_properties},
style::analyze_style,
};

pub fn get_paragraph_properties(properties: &ParagraphProperty) -> Vec<String> {
Expand Down
1 change: 0 additions & 1 deletion src/state.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use once_cell::sync::Lazy;
use std::collections::HashMap;
use std::sync::Mutex;

use docx_rs::Style;

Expand Down

0 comments on commit 685360f

Please sign in to comment.