Skip to content

Commit

Permalink
[macos-remap-caps-lock] Remove unused imports.
Browse files Browse the repository at this point in the history
Still not sure why this isn't caught by linting.
  • Loading branch information
lgarron committed Nov 14, 2024
1 parent b43cc1f commit c1cf201
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/system/macos-remap-caps-lock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import { $, argv } from "bun";
import { subcommands } from "cmd-ts-too";

const { oneOf, option, optional, binary, command, flag, run } = await import(
"cmd-ts-too"
);
const { binary, command, run } = await import("cmd-ts-too");

const reset = command({
name: "reset",
Expand Down

0 comments on commit c1cf201

Please sign in to comment.