Skip to content

Commit bd04f85

Browse files
- deleting 'bool' from types as adding a bool to an int or a bool
to another bool yields an int, not a bool;
1 parent 92b8b80 commit bd04f85

File tree

1 file changed

+1
-2
lines changed
  • micro-benchmark-autogen-templates/python_features/decorators/assigned

1 file changed

+1
-2
lines changed

‎micro-benchmark-autogen-templates/python_features/decorators/assigned/main_gt.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"int",
55
"float",
66
"str",
7-
"bool",
87
"list",
98
"tuple"
109
],
@@ -115,4 +114,4 @@
115114
]
116115
}
117116
]
118-
}
117+
}

0 commit comments

Comments
 (0)