Skip to content

Commit 6c64d91

Browse files
authored
fix(ssh-tunnel): remove unused import (#2678)
1 parent 0cc8deb commit 6c64d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ssh-tunnel/src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { createServer, Server as HttpServer, Agent as HttpAgent } from 'http';
44
import { promisify } from 'util';
55
import { readFileSync } from 'fs';
66
import path from 'path';
7-
import { AddressInfo, Socket } from 'net';
7+
import { Socket } from 'net';
88
import fetch from 'node-fetch';
99
import { expect } from 'chai';
1010
import { SocksClient } from 'socks';

0 commit comments

Comments
 (0)