fix: format all code with black

and from now on should not deviate from that...
This commit is contained in:
Lance Edgar 2025-08-31 13:09:14 -05:00
parent 81a6531d37
commit 34fe32af6b
4 changed files with 18 additions and 12 deletions

View file

@ -7,7 +7,7 @@
def includeme(config):
# core views for wuttaweb
config.include('wuttaweb.views.essential')
config.include("wuttaweb.views.essential")
# TODO: include your own views here
#config.include('{{cookiecutter.package_name}}.web.views.widgets')
# config.include('{{cookiecutter.package_name}}.web.views.widgets')