Skip to content

Commit 4313299

Browse files
committed
1 parent 15407cc commit 4313299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qlty-check/src/executor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::{
1515
ui::{Progress, ProgressBar},
1616
};
1717
use crate::{cache::IssuesCacheHit, planner::Plan, Results};
18-
use anyhow::{anyhow, bail, Context, Result};
18+
use anyhow::{bail, Context, Result};
1919
use chrono::Utc;
2020
pub use driver::Driver;
2121
use ignore::{DirEntry, WalkBuilder, WalkState};

0 commit comments

Comments
 (0)