Skip to content

Commit

Permalink
Remove kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
tothtamas28 committed Jun 22, 2024
1 parent c2c4c82 commit 7f7505a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyk/src/pyk/proof/reachability.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ def from_spec_modules(
logs: dict[int, tuple[LogEntry, ...]],
proof_dir: Path | None = None,
spec_labels: Iterable[str] | None = None,
**kwargs: Any,
) -> list[APRProof]:
claim_index = ClaimIndex.from_module_list(spec_modules)
spec_labels = claim_index.labels(include=spec_labels, with_depends=True)
Expand Down

0 comments on commit 7f7505a

Please sign in to comment.