Skip to content

Commit

Permalink
Lintfix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Oct 30, 2024
1 parent 95212d8 commit 6e02e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsysinspect/src/intp/actproc/modfinder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use super::response::{ActionModResponse, ActionResponse, ConstraintResponse};
use crate::{
intp::{
actproc::response::ConstraintFailure,
constraints::{Constraint, ConstraintKind, Expression},
constraints::{Constraint, ConstraintKind},
functions,
},
util::dataconv,
Expand Down

0 comments on commit 6e02e28

Please sign in to comment.