From 4f783ef15cfa419d3e4d0e4263c77584b11301ba Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 20 Mar 2019 10:10:25 +0000 Subject: [PATCH] Linting --- daphne/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daphne/cli.py b/daphne/cli.py index 68a8cb8..a09fa8c 100755 --- a/daphne/cli.py +++ b/daphne/cli.py @@ -132,7 +132,7 @@ class CommandLineInterface(object): dest="asgi_protocol", help="The version of the ASGI protocol to use", default="auto", - choices=["asgi2", "asgi3", "auto"] + choices=["asgi2", "asgi3", "auto"], ) self.parser.add_argument( "--root-path",