Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesRudolph committed Jul 5, 2023
1 parent d26b738 commit 3c0e08d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/commands/kit/apply.command.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import * as colors from "std/fmt/colors";
import * as path from "std/path";

import { Select } from "x/cliffy/prompt";
import {
Dir,
DirectoryGenerator,
Expand All @@ -16,7 +14,6 @@ import { InteractivePrompts } from "../interactive/InteractivePrompts.ts";
import { KitModuleRepository } from "../../kit/KitModuleRepository.ts";
import { CommandOptionError } from "../CommandOptionError.ts";
import { TopLevelCommand } from "../TopLevelCommand.ts";
import { isWindows } from "../../os.ts";
import {
generatePlatformConfiguration,
generateTerragrunt,
Expand Down
2 changes: 0 additions & 2 deletions src/commands/kit/import.command.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import * as path from "std/path";

import { Logger } from "../../cli/Logger.ts";
import { CollieRepository } from "../../model/CollieRepository.ts";
import { GlobalCommandOptions } from "../GlobalCommandOptions.ts";
Expand Down

0 comments on commit 3c0e08d

Please sign in to comment.