From 0d4ad20420cadae87be26b36e3cfd441a5abd99e Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Mon, 5 Feb 2024 12:34:52 -0800 Subject: [PATCH] Lint --- core/shark_turbine/aot/support/procedural/globals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/shark_turbine/aot/support/procedural/globals.py b/core/shark_turbine/aot/support/procedural/globals.py index 08e638d5c..8bbbdee6e 100644 --- a/core/shark_turbine/aot/support/procedural/globals.py +++ b/core/shark_turbine/aot/support/procedural/globals.py @@ -142,7 +142,7 @@ def track(self, module_builder: ModuleBuilder, export_namespace: str) -> Any: elif isinstance(value, AbstractTensor): global_type = value.get_ir_type(module_builder) ( - actual_symbol_name, + actual_symbol_name, global_op, ) = module_builder.create_typed_global( f"_{fq_name}", @@ -164,7 +164,7 @@ def track(self, module_builder: ModuleBuilder, export_namespace: str) -> Any: elif isinstance(value, AbstractScalar): global_type = value.get_ir_type(module_builder) ( - actual_symbol_name, + actual_symbol_name, global_op, ) = module_builder.create_typed_global( f"_{fq_name}",