Skip to content

Commit

Permalink
Update snet_gate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DaddyWesker authored Oct 25, 2024
1 parent 290125d commit ce7cba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/hyperon/exts/snet_io/snet_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def process_expr_atom(expr_atom, depth):
return process_res[:-1]

res_string = "(" * (not (input_atoms[0].get_metatype() == AtomKind.EXPR))
current_len = 0
for atom in input_atoms:
res_string += process_atom(atom, 0)
res_string += "\n\n"
Expand Down

0 comments on commit ce7cba3

Please sign in to comment.