Mercurial > p > roundup > code
changeset 7025:66149a18f09e
flake8 E303 too many blank lines
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 09 Oct 2022 17:46:17 -0400 |
| parents | bac315283a55 |
| children | d7f0eab25305 |
| files | roundup/cgi/templating.py |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sun Oct 09 17:44:45 2022 -0400 +++ b/roundup/cgi/templating.py Sun Oct 09 17:46:17 2022 -0400 @@ -1698,7 +1698,6 @@ except KeyError: return item - def _hyper_repl_rst(self, match): if match.group('url'): s = match.group('url') @@ -2611,10 +2610,10 @@ l.append('<option %svalue="%s">%s</option>'%(s, optionid, lab)) l.append('</select>') return '\n'.join(l) + # def checklist(self, ...) - class MultilinkHTMLProperty(HTMLProperty): """ Multilink HTMLProperty
