mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-22 14:15:01 +08:00
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D32910817 fbshipit-source-id: 60d0cb10412e1a37a0249bb223b75855c5596dbd
This commit is contained in:

committed by
Facebook GitHub Bot
parent
4670f0f2c5
commit
945d2e380c
@ -1016,7 +1016,8 @@ void initJitScriptBindings(PyObject* module) {
|
||||
py::class_<DeepCopyMemoTable>(m, "DeepCopyMemoTable");
|
||||
|
||||
py::class_<UpgraderEntry>(m, "_UpgraderEntry")
|
||||
.def_property_readonly("bumped_at_version",
|
||||
.def_property_readonly(
|
||||
"bumped_at_version",
|
||||
[](const UpgraderEntry& self) { return self.bumped_at_version; })
|
||||
.def_property_readonly(
|
||||
"upgrader_name",
|
||||
|
Reference in New Issue
Block a user