Skip to content

Commit 0c01ff9

Browse files
committed
Fix unsed imports
1 parent 56d8a54 commit 0c01ff9

File tree

1 file changed

+0
-1
lines changed
  • libs/@local/graph/postgres-store/src/store/postgres

1 file changed

+0
-1
lines changed

libs/@local/graph/postgres-store/src/store/postgres/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ use type_system::{
7474
};
7575
use uuid::Uuid;
7676

77-
use self::query::{Expression, SelectExpression, SelectStatement, Transpile};
7877
pub use self::{
7978
pool::{AsClient, PostgresStorePool},
8079
traversal_context::TraversalContext,

0 commit comments

Comments
 (0)