Skip to content

Commit 990fc55

Browse files
committed
chore: fix linting
1 parent ae784f7 commit 990fc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kad-dht/test/closest-peers.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
import { generateKeyPair } from '@libp2p/crypto/keys'
2-
import { KEEP_ALIVE, start, stop } from '@libp2p/interface'
2+
import { start, stop } from '@libp2p/interface'
33
import { defaultLogger } from '@libp2p/logger'
44
import { peerIdFromPrivateKey, peerIdFromString } from '@libp2p/peer-id'
55
import { expect } from 'aegir/chai'
66
import delay from 'delay'
77
import { stubInterface } from 'sinon-ts'
88
import { xor } from 'uint8arrays/xor'
99
import { xorCompare } from 'uint8arrays/xor-compare'
10+
import { KEEP_ALIVE_TAG } from '../src/constants.js'
1011
import { ClosestPeers } from '../src/routing-table/closest-peers.js'
1112
import { convertPeerId } from '../src/utils.js'
1213
import type { RoutingTable } from '../src/routing-table/index.js'
1314
import type { ComponentLogger, PeerId, PeerStore } from '@libp2p/interface'
1415
import type { StubbedInstance } from 'sinon-ts'
15-
import { KEEP_ALIVE_TAG } from '../src/constants.js'
1616

1717
interface ClosestPeersComponents {
1818
peerId: PeerId

0 commit comments

Comments
 (0)