Skip to content

Commit

Permalink
Lintrunner
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
larryliu0820 committed Oct 9, 2024
1 parent ee309f5 commit f66ad62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extension/pybindings/test/test_pybindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f66ad62

Please sign in to comment.