Skip to content

Commit c8a60c9

Browse files
committed
Fix other/davis_putnam_logemann_loveland.py
1 parent 875c4aa commit c8a60c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/davis_putnam_logemann_loveland.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def find_pure_symbols(
226226

227227

228228
def find_unit_clauses(
229-
clauses: list[Clause], model: dict[str, bool | None]
229+
clauses: list[Clause], model: dict[str, bool | None] # noqa: ARG001
230230
) -> tuple[list[str], dict[str, bool | None]]:
231231
"""
232232
Returns the unit symbols and their values to satisfy clause.

0 commit comments

Comments
 (0)