Skip to content

Commit 421b6ed

Browse files
committed
chore: linting
1 parent bdfc025 commit 421b6ed

File tree

1 file changed

+1
-2
lines changed
  • packages/block-brokers/src/trustless-gateway

1 file changed

+1
-2
lines changed

packages/block-brokers/src/trustless-gateway/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { getNetConfig, isPrivate } from '@libp2p/utils'
22
import { DNS, HTTP, HTTPS } from '@multiformats/multiaddr-matcher'
33
import { multiaddrToUri } from '@multiformats/multiaddr-to-uri'
4-
import { CustomProgressEvent } from 'progress-events'
54
import { Uint8ArrayList } from 'uint8arraylist'
65
import { TrustlessGateway } from './trustless-gateway.js'
7-
import type { TrustlessGatewayGetBlockProgressEvents, TrustlessGatewayProvider } from './index.ts'
6+
import type { TrustlessGatewayGetBlockProgressEvents, } from './index.ts'
87
import type { TransformRequestInit } from './trustless-gateway.js'
98
import type { Routing } from '@helia/interface'
109
import type { ComponentLogger, Logger, AbortOptions } from '@libp2p/interface'

0 commit comments

Comments
 (0)