Skip to content
Snippets Groups Projects

Fix linting issues

Merged Oscar Gustafsson requested to merge clean into master
Files
16
@@ -63,6 +63,3 @@ def write_lines(
@@ -63,6 +63,3 @@ def write_lines(
write(f, indent_level=tpl[0], text=tpl[1], end=tpl[2])
write(f, indent_level=tpl[0], text=tpl[1], end=tpl[2])
else:
else:
raise ValueError('All tuples in list `lines` must have length 2 or 3')
raise ValueError('All tuples in list `lines` must have length 2 or 3')
from b_asic.codegen.vhdl import architecture, common, entity
Loading