Skip to content

Commit

Permalink
delete unused MigratorSessionContext.dry_run
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Nov 11, 2024
1 parent 2fbbc52 commit 4cf4a2c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda_forge_tick/auto_tick.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,6 @@ def main(ctx: CliContext) -> None:
graph=gx,
smithy_version=smithy_version,
pinning_version=pinning_version,
dry_run=ctx.dry_run,
)
migrators = load_migrators()

Expand Down
1 change: 0 additions & 1 deletion conda_forge_tick/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class MigratorSessionContext:
graph: DiGraph = None
smithy_version: str = ""
pinning_version: str = ""
dry_run: bool = True


@dataclass(frozen=True)
Expand Down
1 change: 0 additions & 1 deletion conda_forge_tick/status_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def main() -> None:
graph=gx,
smithy_version=smithy_version,
pinning_version=pinning_version,
dry_run=False,
)
migrators = load_migrators(skip_paused=False)

Expand Down

0 comments on commit 4cf4a2c

Please sign in to comment.