diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..1897bbba --- /dev/null +++ b/CHANGES @@ -0,0 +1,7 @@ +Version 0.1 +----------- + - 0.1.4 - Multiprocessing + - 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 diff --git a/sanic/sanic.py b/sanic/sanic.py index cba19b9d..b05c47ea 100644 --- a/sanic/sanic.py +++ b/sanic/sanic.py @@ -1,4 +1,3 @@ -from argparse import ArgumentParser from asyncio import get_event_loop from inspect import isawaitable from multiprocessing import Process, Event