Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Dec 19, 2023
1 parent d9c99ad commit 0a7b06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-cloudflare/src/helpers/command.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { existsSync, rmSync } from "fs";
import path from "path";
import { endSection, stripAnsi, warn } from "@cloudflare/cli";
import { endSection, stripAnsi } from "@cloudflare/cli";
import { brandColor, dim } from "@cloudflare/cli/colors";
import { isInteractive, spinner } from "@cloudflare/cli/interactive";
import { spawn } from "cross-spawn";
Expand Down

0 comments on commit 0a7b06a

Please sign in to comment.