Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 8, 2024
1 parent df0baf4 commit 7d59cc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/interface-compliance-tests/src/transport/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import pDefer from 'p-defer'
import { pEvent } from 'p-event'
import pWaitFor from 'p-wait-for'
import { raceSignal } from 'race-signal'
import { fromString as uint8ArrayFromString } from 'uint8arrays/from-string'
import { isValidTick } from '../is-valid-tick.js'
import { createPeer, getTransportManager, getUpgrader, slowNetwork } from './utils.js'
import type { TestSetup } from '../index.js'
Expand Down

0 comments on commit 7d59cc3

Please sign in to comment.