From 3ffdb09afe27bd3293d1e6fd58c74d2e8c53f254 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 27 Sep 2018 15:18:21 +0200 Subject: [PATCH] fix: lint --- .../stream/test/comments/permalinkViewAssetNotFound.spec.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/client/stream/test/comments/permalinkViewAssetNotFound.spec.tsx b/src/core/client/stream/test/comments/permalinkViewAssetNotFound.spec.tsx index 6283ebd59..84d161158 100644 --- a/src/core/client/stream/test/comments/permalinkViewAssetNotFound.spec.tsx +++ b/src/core/client/stream/test/comments/permalinkViewAssetNotFound.spec.tsx @@ -2,7 +2,6 @@ import { ReactTestRenderer } from "react-test-renderer"; import sinon from "sinon"; import { timeout } from "talk-common/utils"; -import { createSinonStub } from "talk-framework/testHelpers"; import { settings } from "../fixtures"; import create from "./create";