Remove unused import

This commit is contained in:
Bennett Hardwick 2023-06-29 11:47:57 +10:00
parent 3a962ab5e3
commit 9a425100c2
No known key found for this signature in database
GPG Key ID: BAFDDA2EE7E71CAF
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use std::sync::Arc;
use miette::{miette, Diagnostic, Report};
use miette::{miette, Diagnostic};
use thiserror::Error;
#[test]