Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchildren committed Aug 17, 2021
1 parent acf5550 commit a9dd685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::{fs::File, io::Write};

use lazy_static::lazy_static;
use tempdir::TempDir;
use tracing::{debug, error, info, instrument};
use tracing::{debug, info, instrument};

use crate::errors::{TmpPostgrustError, TmpPostgrustResult};

Expand Down

0 comments on commit a9dd685

Please sign in to comment.