Skip to content

Commit 540b0be

Browse files
committed
fix lint
1 parent 1f3f409 commit 540b0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/validator-client/src/validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { BlobClientInterface } from '@aztec/blob-client/client';
22
import { type Blob, getBlobsPerL1Block } from '@aztec/blob-lib';
33
import type { EpochCache } from '@aztec/epoch-cache';
4-
import { BlockNumber, EpochNumber, SlotNumber } from '@aztec/foundation/branded-types';
4+
import { BlockNumber, CheckpointNumber, EpochNumber, SlotNumber } from '@aztec/foundation/branded-types';
55
import { Fr } from '@aztec/foundation/curves/bn254';
66
import { TimeoutError } from '@aztec/foundation/error';
77
import type { EthAddress } from '@aztec/foundation/eth-address';

0 commit comments

Comments
 (0)