Lint and typing cleanup

This commit is contained in:
Alex Mykyta
2022-02-25 23:05:16 -08:00
parent da3ed05492
commit 7a890b56c5
26 changed files with 852 additions and 94 deletions

View File

@@ -38,7 +38,7 @@ class AlwaysWrite(NextStateConditional):
return [
f"next_c = {next_val};",
f"load_next_c = '1;",
"load_next_c = '1;",
]
class WEWrite(AlwaysWrite):