Skip to content

Commit

Permalink
⚡ Remove unused file.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Jan 8, 2024
1 parent f1b216e commit 10231d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion denops/futago/futago.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Last Change : 2024/01/08 09:51:00.
// =============================================================================

import { ensure, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import { ensure, is } from "https://deno.land/x/unknownutil@v3.13.0/mod.ts";
import {
ChatSession,
GenerateContentStreamResult,
Expand Down
2 changes: 1 addition & 1 deletion denops/futago/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as autocmd from "https://deno.land/x/denops_std@v5.2.0/autocmd/mod.ts";
import * as vars from "https://deno.land/x/denops_std@v5.2.0/variable/mod.ts";
import type { Denops } from "https://deno.land/x/denops_std@v5.2.0/mod.ts";
import xdg from "https://deno.land/x/xdg@v10.6.0/src/mod.deno.ts";
import { assert, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import { assert, is } from "https://deno.land/x/unknownutil@v3.13.0/mod.ts";
import { ensureFile } from "https://deno.land/std@0.211.0/fs/mod.ts";
import { getLogger, handlers, setup } from "https://deno.land/std@0.211.0/log/mod.ts";
import { join } from "https://deno.land/std@0.211.0/path/mod.ts";
Expand Down
21 changes: 0 additions & 21 deletions main.ts

This file was deleted.

0 comments on commit 10231d2

Please sign in to comment.