Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuote committed Mar 12, 2024
1 parent dbca9ae commit 342f712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion denops/skkeleton/function/disable.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { config } from "../config.ts";
import type { Context } from "../context.ts";
import { autocmd, op } from "../deps.ts";
import { autocmd } from "../deps.ts";
import { initializeState } from "../state.ts";
import { kakutei } from "./common.ts";

Expand Down
2 changes: 1 addition & 1 deletion denops/skkeleton/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { config, setConfig } from "./config.ts";
import { autocmd, Denops, fn, op, vars } from "./deps.ts";
import { autocmd, Denops, fn, vars } from "./deps.ts";
import { is, u } from "./deps/unknownutil.ts";
import { functions, modeFunctions } from "./function.ts";
import { disable as disableFunc } from "./function/disable.ts";
Expand Down

0 comments on commit 342f712

Please sign in to comment.