diff --git a/extension/pybindings/test/test_pybindings.py b/extension/pybindings/test/test_pybindings.py index 98791e4140f..d7a1cf4ca0a 100644 --- a/extension/pybindings/test/test_pybindings.py +++ b/extension/pybindings/test/test_pybindings.py @@ -11,9 +11,6 @@ kernel_mode = None # either aten mode or portable mode try: from executorch.extension.pybindings import portable_lib as runtime - from executorch.extension.pybindings.portable_lib import ( - _load_for_executorch_from_buffer, - ) kernel_mode = "portable" except Exception: