Skip to content

Commit c128e62

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 75aab91 commit c128e62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

other/davis_putnam_logemann_loveland.py

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

227227

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

0 commit comments

Comments
 (0)