flake8 standards

This commit is contained in:
stefandesouza
2023-12-03 21:04:58 +01:00
parent 23d10d10cb
commit 1885ce6ddb
17 changed files with 88 additions and 99 deletions

View File

@@ -13,6 +13,7 @@ class BaseParser(object):
IDENTIFIER_ID = "identifier"
MEMORY_ID = "memory"
REGISTER_ID = "register"
CONDITION_ID = "condition"
segment_ext_id = "segment_extension"
instruction_id = "instruction"
operands_id = "operands"