Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kalhankoul96 committed Jun 16, 2024
1 parent b5bf4de commit 5ffba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam/onyx/parse_dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ def rewrite_arrays(self):
og_label = attrs['label']
og_label = og_label.split('_')

#TODO better solution for this?
# TODO better solution for this?
if len(og_label) > 1 and og_label[-1] != 'lut':
print(attrs)
print(og_label)
Expand Down

0 comments on commit 5ffba07

Please sign in to comment.