Make all scripts in scripts/ pass mypy check.

This commit is contained in:
Eklavya Sharma
2016-07-24 00:03:58 +05:30
parent eba2d470dc
commit 11732f9ab0
5 changed files with 8 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
from __future__ import print_function
import sys
import subprocess
import six.moves.configparser
import six.moves.configparser as configparser
import re
force = False
@@ -13,7 +13,7 @@ if len(extra_args) and extra_args[0] in ('-f', '--force'):
force = True
extra_args = extra_args[1:]
config = six.moves.configparser.RawConfigParser()
config = configparser.RawConfigParser()
config.read("/etc/zulip/zulip.conf")
puppet_config = """