Skip to content

Commit 65c2220

Browse files
committed
clean up entries.rb
1 parent 94b50f3 commit 65c2220

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/docs/filters/trio/entries.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def additional_entries
3838
name = cls + name
3939
end
4040

41-
id = node.parent['id']
42-
entries << [name, id]
41+
entries << [name, node.parent['id']]
4342
end
4443
end
4544
end

public/docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"code": "https://github.com/python-trio/trio"
6464
},
6565
"release": "0.11",
66-
"mtime": 1556279513,
66+
"mtime": 1556326478,
6767
"db_size": 757201
6868
}
6969
]

0 commit comments

Comments
 (0)