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 7, 2024
1 parent f225cda commit 4884404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/transport-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"devDependencies": {
"@libp2p/logger": "^5.1.3",
"aegir": "^44.0.1",
"it-pipe": "^3.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0",
"wherearewe": "^2.0.1"
Expand Down
4 changes: 1 addition & 3 deletions packages/transport-tcp/test/listen-dial.spec.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import os from 'os'
import path from 'path'
import { AbortError } from '@libp2p/interface'
import { defaultLogger } from '@libp2p/logger'
import { multiaddr } from '@multiformats/multiaddr'
import { expect } from 'aegir/chai'
import { pipe } from 'it-pipe'
import pDefer from 'p-defer'
import { stubInterface } from 'sinon-ts'
import { tcp } from '../src/index.js'
import type { Connection, MultiaddrConnection, Transport, Upgrader } from '@libp2p/interface'
import type { Connection, Transport, Upgrader } from '@libp2p/interface'

const isCI = process.env.CI

Expand Down

0 comments on commit 4884404

Please sign in to comment.