mirror of
https://github.com/django/daphne.git
synced 2025-07-27 07:29:46 +03:00
Linting
This commit is contained in:
parent
55f7e6713d
commit
4f783ef15c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user