Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 18, 2023
1 parent 9ddb9d4 commit 0f1fe78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions denops/dpp/base/protocol.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Denops } from "../deps.ts";

export type BaseProtocolParams = Record<string, unknown>;

export abstract class BaseProtocol<Params extends BaseProtocolParams> {
Expand Down
1 change: 0 additions & 1 deletion denops/dpp/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
DppOptions,
ExtOptions,
ProtocolOptions,
UserOptions,
} from "./types.ts";

// where
Expand Down

0 comments on commit 0f1fe78

Please sign in to comment.