Skip to content

Commit

Permalink
Style fix (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Jul 15, 2024
1 parent ecbae9e commit c629145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_prolog.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def test_abort_query(self):
somequery = "father(john, Y)"
otherquery = "mother(jane, X)"


# This should not throw an exception
for q in p.query(somequery):
p.abort()
Expand Down

0 comments on commit c629145

Please sign in to comment.