Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Nov 21, 2024
1 parent 3fc7407 commit 4dbcb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import "./versions/secrets/list";
import "./versions/secrets/put";
import "./workflows";
import "./user/commands";
import { defineAlias, demandSingleValue } from "./core";
import { demandSingleValue } from "./core";
import { logBuildFailure, logger, LOGGER_LEVELS } from "./logger";
import { mTlsCertificateCommands } from "./mtls-certificate/cli";
import { writeOutput } from "./output";
Expand Down

0 comments on commit 4dbcb36

Please sign in to comment.