Skip to content

Commit 479d44b

Browse files
committed
Fix for lint
1 parent 0743f16 commit 479d44b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

denops/ddc/app.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import { initStaticImportPath, Loader } from "./loader.ts";
1717
import { isDenoCacheIssueError } from "./utils.ts";
1818
import { createCallbackContext } from "./callback.ts";
1919
import { getFilter, getPreviewer, onCompleteDone, onEvent } from "./ext.ts";
20-
import { type BaseUi } from "./base/ui.ts";
21-
import { type BaseSource } from "./base/source.ts";
22-
import { type BaseFilter } from "./base/filter.ts";
20+
import type { BaseUi } from "./base/ui.ts";
21+
import type { BaseSource } from "./base/source.ts";
22+
import type { BaseFilter } from "./base/filter.ts";
2323

2424
import type { Denops, Entrypoint } from "jsr:@denops/std@~7.4.0";
2525
import * as vars from "jsr:@denops/std@~7.4.0/variable";

0 commit comments

Comments
 (0)