Skip to content

Commit 8ffd99a

Browse files
committed
Fix lint errors.
1 parent dcdc236 commit 8ffd99a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exir/backend/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def is_shape_dynamic(node: torch.fx.Node) -> bool:
433433

434434
return has_free_symbols(node.meta["val"].shape)
435435

436+
436437
def get_delegated_payload(exec_program: ExecutorchProgram) -> Dict[str, Any]:
437438
"""
438439
Get the payload of the executorch program which contains all the delegated modules.
@@ -449,6 +450,7 @@ def get_delegated_payload(exec_program: ExecutorchProgram) -> Dict[str, Any]:
449450
)
450451
return delegated_payload_list
451452

453+
452454
# TODO - style: use templated types
453455
class DelegateMappingBuilder:
454456
"""

0 commit comments

Comments
 (0)