We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afff7a commit ea52df4Copy full SHA for ea52df4
crates/test-assets/src/lib.rs
@@ -12,8 +12,7 @@ use std::{
12
13
use bip39::Mnemonic;
14
use indexer_allocation::{Allocation, AllocationStatus, SubgraphDeployment};
15
-use sqlx::migrate::Migrator;
16
-use sqlx::{migrate, PgPool, Postgres};
+use sqlx::{migrate, migrate::Migrator, PgPool, Postgres};
17
use tap_core::{signed_message::Eip712SignedMessage, tap_eip712_domain};
18
use tap_graph::{Receipt, SignedReceipt};
19
use thegraph_core::{
0 commit comments