Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Aug 20, 2024
1 parent 9e60d71 commit d66d497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/spartan/smoke.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PXE, createCompatibleClient } from '@aztec/aztec.js';
import { type PXE, createCompatibleClient } from '@aztec/aztec.js';
import { createDebugLogger } from '@aztec/foundation/log';

const { PXE_URL } = process.env;
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/client/p2p_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { INITIAL_L2_BLOCK_NUM } from '@aztec/circuits.js/constants';
import { createDebugLogger } from '@aztec/foundation/log';
import { type AztecKVStore, type AztecSingleton } from '@aztec/kv-store';

import { ENR } from '@chainsafe/enr';
import { type ENR } from '@chainsafe/enr';

import { type AttestationPool } from '../attestation_pool/attestation_pool.js';
import { getP2PConfigEnvVars } from '../config.js';
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/service/libp2p_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { SerialQueue } from '@aztec/foundation/queue';
import { RunningPromise } from '@aztec/foundation/running-promise';
import type { AztecKVStore } from '@aztec/kv-store';

import { ENR } from '@chainsafe/enr';
import { type ENR } from '@chainsafe/enr';
import { type GossipsubEvents, gossipsub } from '@chainsafe/libp2p-gossipsub';
import { noise } from '@chainsafe/libp2p-noise';
import { yamux } from '@chainsafe/libp2p-yamux';
Expand Down

0 comments on commit d66d497

Please sign in to comment.