Added newline to fix flake8 error
This commit is contained in:
parent
c539933e38
commit
4ecb4d2cce
2
CHANGES
2
CHANGES
|
@ -4,4 +4,4 @@ Version 0.1
|
|||
- 0.1.3 - Blueprint support
|
||||
- 0.1.1 - 0.1.2 - Struggling to update pypi via CI
|
||||
|
||||
Released to public.
|
||||
Released to public.
|
||||
|
|
|
@ -33,4 +33,4 @@ if __name__ == "__main__":
|
|||
" Example Module: project.sanic_server.app"
|
||||
.format(module_name))
|
||||
except ValueError as e:
|
||||
log.error("{}".format(e))
|
||||
log.error("{}".format(e))
|
||||
|
|
Loading…
Reference in New Issue
Block a user