mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
466d9925b2
commit
ff1e77342c
@ -25,6 +25,7 @@ unitlist = (
|
||||
units = {s: [u for u in unitlist if s in u] for s in squares}
|
||||
peers = {s: {x for u in units[s] for x in u} - {s} for s in squares}
|
||||
|
||||
|
||||
def test():
|
||||
"A set of unit tests."
|
||||
assert len(squares) == 81
|
||||
|
Loading…
x
Reference in New Issue
Block a user