From 786daaac326dc14abfeeb7c59d7fb2fb0c2bff1c Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 11 Dec 2019 18:07:01 +0100 Subject: [PATCH] lint --- terminus-ssh/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-ssh/src/api.ts b/terminus-ssh/src/api.ts index 12742706..4931b3aa 100644 --- a/terminus-ssh/src/api.ts +++ b/terminus-ssh/src/api.ts @@ -1,6 +1,6 @@ import { BaseSession } from 'terminus-terminal' import { Server, Socket, createServer, createConnection } from 'net' -import { Client, ClientChannel, Channel } from 'ssh2' +import { Client, ClientChannel } from 'ssh2' import { Logger } from 'terminus-core' import { Subject, Observable } from 'rxjs'