Skip to content

Commit 566f62d

Browse files
committed
fix: add missing Category and category imports to convert.rs
1 parent e3c71a3 commit 566f62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_splinter/src/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use pgls_diagnostics::{DatabaseObjectOwned, Severity};
1+
use pgls_diagnostics::{category, Category, DatabaseObjectOwned, Severity};
22
use serde_json::Value;
33

44
use crate::{SplinterAdvices, SplinterDiagnostic, SplinterQueryResult};

0 commit comments

Comments
 (0)