Remove unnecessary excludeTypes in groupByFamily function
This commit is contained in:
parent
33f2329461
commit
100c91f591
1 changed files with 0 additions and 2 deletions
|
|
@ -120,11 +120,9 @@ export function groupByFamily(
|
|||
}> = [];
|
||||
let checkedNodes = new Map();
|
||||
const excludeTypes = new Set([
|
||||
"str",
|
||||
"bool",
|
||||
"float",
|
||||
"code",
|
||||
"prompt",
|
||||
"file",
|
||||
"int",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue