From 4ecb4d2ccedba39dbf96bd51e8522317c3f45f6f Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Tue, 18 Oct 2016 01:38:50 -0700 Subject: [PATCH] Added newline to fix flake8 error --- CHANGES | 2 +- sanic/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 1897bbba..a972c6b8 100644 --- a/CHANGES +++ b/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. \ No newline at end of file +Released to public. diff --git a/sanic/__main__.py b/sanic/__main__.py index 96652294..8bede98f 100644 --- a/sanic/__main__.py +++ b/sanic/__main__.py @@ -33,4 +33,4 @@ if __name__ == "__main__": " Example Module: project.sanic_server.app" .format(module_name)) except ValueError as e: - log.error("{}".format(e)) \ No newline at end of file + log.error("{}".format(e))