Skip to content

Commit

Permalink
fix: update missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
JOTSR committed Mar 8, 2024
1 parent be0f0d2 commit 587cfd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/help/_help_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
red,
setColorEnabled,
yellow,
} from "../deps.ts";
} from "@std/fmt/colors";
import { Type } from "../type.ts";
import type { Argument, EnvVar, Example, Option } from "../types.ts";

Expand Down
2 changes: 1 addition & 1 deletion prompt/test/integration/checkbox_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ansi } from "../../../ansi/ansi.ts";
import { format } from "../../../dev_deps.ts";
import { format } from "@std/datetime/format";
import { Checkbox } from "../../checkbox.ts";
import { snapshotTest } from "../../../testing/snapshot.ts";

Expand Down

0 comments on commit 587cfd1

Please sign in to comment.