mirror of https://github.com/zulip/zulip.git
run-dev: Fix missing type annotation.
This commit is contained in:
parent
623a486c5c
commit
ecea8c2d43
|
@ -96,7 +96,7 @@ if options.interface is None:
|
|||
elif options.interface == "":
|
||||
options.interface = None
|
||||
|
||||
runserver_args = []
|
||||
runserver_args = [] # type: List[str]
|
||||
base_port = 9991
|
||||
if options.test:
|
||||
base_port = 9981
|
||||
|
|
Loading…
Reference in New Issue