Skip to content

Commit

Permalink
Remove assert that does not apply anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Mar 4, 2022
1 parent aad2d1d commit b89576c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def __init__(self):

def backtracking(self, criterion, candidate):
self._indent -= 1
assert self._indent >= 0
print(" " * self._indent, "Back ", candidate, sep="")

def pinning(self, candidate):
Expand Down

0 comments on commit b89576c

Please sign in to comment.