Skip to content

Commit a9bf1de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ import type { SentryContext } from "../context.js";
2222
import { findProjectsBySlug } from "../lib/api/projects.js";
2323
import { looksLikePath, parseOrgProjectArg } from "../lib/arg-parsing.js";
2424
import { buildCommand } from "../lib/command.js";
25-
import { DRY_RUN_ALIASES, DRY_RUN_FLAG } from "../lib/mutate-command.js";
2625
import { ContextError, ValidationError } from "../lib/errors.js";
2726
import { warmOrgDetection } from "../lib/init/prefetch.js";
2827
import { runWizard } from "../lib/init/wizard-runner.js";
2928
import { validateResourceId } from "../lib/input-validation.js";
3029
import { logger } from "../lib/logger.js";
30+
import { DRY_RUN_ALIASES, DRY_RUN_FLAG } from "../lib/mutate-command.js";
3131

3232
const log = logger.withTag("init");
3333

0 commit comments

Comments
 (0)