Skip to content

Commit 72468ea

Browse files
committed
Fix lint errors
1 parent 1a8010b commit 72468ea

File tree

1 file changed

+0
-3
lines changed
  • packages/wrangler/src/cloudchamber

1 file changed

+0
-3
lines changed

packages/wrangler/src/cloudchamber/apply.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
cancel,
32
endSection,
43
log,
54
logRaw,
@@ -8,7 +7,6 @@ import {
87
success,
98
updateStatus,
109
} from "@cloudflare/cli";
11-
import { processArgument } from "@cloudflare/cli/args";
1210
import { bold, brandColor, dim, green, red } from "@cloudflare/cli/colors";
1311
import {
1412
ApiError,
@@ -21,7 +19,6 @@ import {
2119
} from "@cloudflare/containers-shared";
2220
import { formatConfigSnippet } from "../config";
2321
import { FatalError, UserError } from "../errors";
24-
import { isNonInteractiveOrCI } from "../is-interactive";
2522
import { cleanForInstanceType, promiseSpinner } from "./common";
2623
import { diffLines } from "./helpers/diff";
2724
import type { Config } from "../config";

0 commit comments

Comments
 (0)