fix: format all code with black
and from now on should not deviate from that...
This commit is contained in:
parent
81a6531d37
commit
34fe32af6b
4 changed files with 18 additions and 12 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue