Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion devtools/bundled_program/serialize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

# pyre-strict

# TODO(T138924864): Refactor to unify the serialization for bundled program and executorch program.

import functools
import importlib.resources as _resources
Expand Down
Loading