File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ import type { SentryContext } from "../context.js";
2222import { findProjectsBySlug } from "../lib/api/projects.js" ;
2323import { looksLikePath , parseOrgProjectArg } from "../lib/arg-parsing.js" ;
2424import { buildCommand } from "../lib/command.js" ;
25- import { DRY_RUN_ALIASES , DRY_RUN_FLAG } from "../lib/mutate-command.js" ;
2625import { ContextError , ValidationError } from "../lib/errors.js" ;
2726import { warmOrgDetection } from "../lib/init/prefetch.js" ;
2827import { runWizard } from "../lib/init/wizard-runner.js" ;
2928import { validateResourceId } from "../lib/input-validation.js" ;
3029import { logger } from "../lib/logger.js" ;
30+ import { DRY_RUN_ALIASES , DRY_RUN_FLAG } from "../lib/mutate-command.js" ;
3131
3232const log = logger . withTag ( "init" ) ;
3333
You can’t perform that action at this time.
0 commit comments