We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46059bf commit 52da4d5Copy full SHA for 52da4d5
index.py
@@ -420,13 +420,6 @@ def prepare_body(self):
420
self.b('</td></tr>')
421
####
422
self.b('</table>')
423
- self.b(
424
- '<p>Note that this tool was just recently resurrected and is '
425
- 'still in the process of being updated. While the version numbers are loaded for '
426
- 'every version that currently exists, much of the schema data has not yet been '
427
- 'loaded. The newest version currently available is '
428
- f'{schema_remarks.default_last_version}.</p>'
429
- )
430
self.b('</div>')
431
432
def options(self, options, selected=None):
0 commit comments