From 0f1fe7825dd1cb65820eb4cf1b417fd55691e22f Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 18 Sep 2023 16:54:37 +0900 Subject: [PATCH] Fix lint --- denops/dpp/base/protocol.ts | 2 -- denops/dpp/context.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/denops/dpp/base/protocol.ts b/denops/dpp/base/protocol.ts index 67ce31a..414e6bd 100644 --- a/denops/dpp/base/protocol.ts +++ b/denops/dpp/base/protocol.ts @@ -1,5 +1,3 @@ -import { Denops } from "../deps.ts"; - export type BaseProtocolParams = Record; export abstract class BaseProtocol { diff --git a/denops/dpp/context.ts b/denops/dpp/context.ts index 9b1e2a5..c893a5f 100644 --- a/denops/dpp/context.ts +++ b/denops/dpp/context.ts @@ -6,7 +6,6 @@ import { DppOptions, ExtOptions, ProtocolOptions, - UserOptions, } from "./types.ts"; // where