seitime-frappe/frappe/website/page_renderers
Ankush Menat 81b37cb7d2
refactor: clean up code to py310 supported features (#17367)
refactor: clean up code to py39+ supported syntax

- f-strings instead of format
- latest typing support instead of pre 3.9 TitleCase
- remove UTF-8 declarations.
- many more changes

Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
2022-07-01 11:51:05 +05:30
..
base_renderer.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
base_template_page.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
document_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
error_page.py fix: Catch any expection and show proper error page 2022-06-01 08:08:52 +05:30
list_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
not_found_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
not_permitted_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
print_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
redirect_page.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
static_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
template_page.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
web_form.py fix(webform): Only show published web forms 2022-05-09 19:22:13 +05:30