Added newline to fix flake8 error

This commit is contained in:
Channel Cat 2016-10-18 01:38:50 -07:00
parent c539933e38
commit 4ecb4d2cce
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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))