Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
prxgr4mm3r committed Dec 29, 2023
1 parent cb80429 commit 356ad63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/node/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { SwankyCommand } from "../../lib/swankyCommand.js";
import { ux } from "@oclif/core";
import { downloadNode, swankyNode } from "../../lib/index.js";
import path from "node:path";
import { writeJSON } from "fs-extra/esm";

export class InstallNode extends SwankyCommand<typeof InstallNode> {
static description = "Install swanky node binary";

Expand Down

0 comments on commit 356ad63

Please sign in to comment.