From 52537ce2b99959a72e04bb2f7903c4b61a646216 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 12 Feb 2020 15:21:53 -0800 Subject: [PATCH] fix lint --- src/network.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network.ts b/src/network.ts index e14f89f8cf..1aa5518e04 100644 --- a/src/network.ts +++ b/src/network.ts @@ -17,7 +17,6 @@ import * as frames from './frames'; import { assert } from './helper'; import * as platform from './platform'; -import { Events } from './events'; export type NetworkCookie = { name: string,