Skip to content

Commit 723d990

Browse files
committed
up
1 parent 006fe50 commit 723d990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/apple/coreml/compiler/coreml_preprocess.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ def get_model_debug_info(model_package_dir: Path) -> Optional[ModelDebugInfo]:
282282
if delegate_info is None:
283283
return None
284284

285-
debug_handle_to_operation_path_mapping: Optional[
286-
Dict[str, Any]
287-
] = delegate_info.get("mapping", None)
285+
debug_handle_to_operation_path_mapping: Optional[Dict[str, Any]] = (
286+
delegate_info.get("mapping", None)
287+
)
288288

289289
if debug_handle_to_operation_path_mapping is None:
290290
return None

0 commit comments

Comments
 (0)