format chore

This commit is contained in:
2025-11-20 14:18:45 +05:30
parent 740eed45e1
commit 306570953b

View File

@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
class IRGenerator:
# This field keeps track of the non_struct names to avoid duplicate name errors.
type_number = 0
unprocessed_store = []
unprocessed_store: list[str] = []
# get the assignments dict and add this stuff to it.
def __init__(self, llvm_module, handler: DependencyHandler, assignments):