Skip to content

Commit

Permalink
style: 🎨 Remove meaningless line breaks in Reasoner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Oct 19, 2023
1 parent 48d6a1d commit 85f05b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pynars/NARS/Control/Reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ def cycle(self):
# if task.is_goal:
# goal_revised = self.process_goal(task, concept)
judgement_revised, goal_revised, answers_question, answers_quest, (task_operation_return, task_executed), _tasks_derived = self.memory.accept(task)
if task_operation_return is not None:
tasks_derived.append(task_operation_return)
if task_operation_return is not None: tasks_derived.append(task_operation_return)
# if task_executed is not None: tasks_derived.append(task_executed)
tasks_derived.extend(_tasks_derived)
# self.sequence_buffer.put_back(task) # globalBuffer.putBack(task,
Expand Down

0 comments on commit 85f05b2

Please sign in to comment.