Skip to content

Commit f66e280

Browse files
committed
PR clean
Signed-off-by: Chizkiyahu Raful <chizkiyahu.raful@arm.com> Change-Id: Id0012d8ea8a599323e07914cf93536406e23da1c
1 parent 64d00b5 commit f66e280

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

exir/_serialize/_flatbuffer_program.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
_T_CLASS_CACHE: Dict[type, type] = {}
3535
_FIELD_NAME_CACHE: Dict[type, tuple[tuple[str, str], ...]] = {}
36-
_PACKERS_INSTALLED = False
3736
_BUFFER_ALIGNMENT: ContextVar[int] = ContextVar("_BUFFER_ALIGNMENT", default=1)
3837
_DELEGATE_ALIGNMENT: ContextVar[int] = ContextVar("_DELEGATE_ALIGNMENT", default=1)
3938

0 commit comments

Comments
 (0)