Skip to content

Commit 4cf4a2c

Browse files
committed
delete unused MigratorSessionContext.dry_run
1 parent 2fbbc52 commit 4cf4a2c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

conda_forge_tick/auto_tick.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ def main(ctx: CliContext) -> None:
12261226
graph=gx,
12271227
smithy_version=smithy_version,
12281228
pinning_version=pinning_version,
1229-
dry_run=ctx.dry_run,
12301229
)
12311230
migrators = load_migrators()
12321231

conda_forge_tick/contexts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class MigratorSessionContext:
2727
graph: DiGraph = None
2828
smithy_version: str = ""
2929
pinning_version: str = ""
30-
dry_run: bool = True
3130

3231

3332
@dataclass(frozen=True)

conda_forge_tick/status_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def main() -> None:
402402
graph=gx,
403403
smithy_version=smithy_version,
404404
pinning_version=pinning_version,
405-
dry_run=False,
406405
)
407406
migrators = load_migrators(skip_paused=False)
408407

0 commit comments

Comments
 (0)