Lint and typing cleanup
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user