Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 152e5b0

Browse files
ParthS007norvig
authored andcommitted
Removed the Assignment of a variable to itself (aimacode#976)
1 parent 59fa07c commit 152e5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def convert(self, clauses):
3232
try:
3333
clauses = conjuncts(clauses)
3434
except AttributeError:
35-
clauses = clauses
35+
pass
3636

3737
new_clauses = []
3838
for clause in clauses:

0 commit comments

Comments
 (0)