Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
larryliu0820 committed Oct 25, 2024
1 parent 08f4d84 commit 9113c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/packaging/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
from executorch.extension.pybindings import portable_lib # usort: skip

# Import custom ops. This requires portable_lib to be loaded first.
from executorch.extension.llm.custom_ops import (
from executorch.extension.llm.custom_ops import ( # noqa: F401, F403
sdpa_with_kv_cache,
) # usort: skip # noqa: F401, F403
) # usort: skip

# Import quantized ops. This requires portable_lib to be loaded first.
from executorch.kernels import quantized # usort: skip # noqa: F401, F403
Expand Down

0 comments on commit 9113c47

Please sign in to comment.