run-dev: Fix missing type annotation.

This commit is contained in:
Tim Abbott
2017-03-17 21:02:53 -07:00
parent 623a486c5c
commit ecea8c2d43

View File

@@ -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