mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
run-dev: Fix missing type annotation.
This commit is contained in:
@@ -96,7 +96,7 @@ if options.interface is None:
|
|||||||
elif options.interface == "":
|
elif options.interface == "":
|
||||||
options.interface = None
|
options.interface = None
|
||||||
|
|
||||||
runserver_args = []
|
runserver_args = [] # type: List[str]
|
||||||
base_port = 9991
|
base_port = 9991
|
||||||
if options.test:
|
if options.test:
|
||||||
base_port = 9981
|
base_port = 9981
|
||||||
|
|||||||
Reference in New Issue
Block a user