Skip to content

Commit bff518a

Browse files
betegonclaude
andcommitted
fix: correct import ordering for lint
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9242afe commit bff518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/init/wizard-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import { formatBanner } from "../banner.js";
2525
import { CLI_VERSION } from "../constants.js";
2626
import { getAuthToken } from "../db/auth.js";
2727
import { terminalLink } from "../formatters/colors.js";
28-
import { getSentryBaseUrl } from "../sentry-urls.js";
2928
import { guardNonInteractive } from "../mutate-command.js";
29+
import { getSentryBaseUrl } from "../sentry-urls.js";
3030
import { slugify } from "../utils.js";
3131
import {
3232
abortIfCancelled,

0 commit comments

Comments
 (0)