mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +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 == "":
|
||||
options.interface = None
|
||||
|
||||
runserver_args = []
|
||||
runserver_args = [] # type: List[str]
|
||||
base_port = 9991
|
||||
if options.test:
|
||||
base_port = 9981
|
||||
|
||||
Reference in New Issue
Block a user