beanstalk.py: Encode and decode strings correctly.

This commit is contained in:
Eklavya Sharma
2016-07-05 09:18:40 +05:30
committed by Tim Abbott
parent 26b8e7357a
commit 6c3f1bb967
2 changed files with 6 additions and 5 deletions

View File

@@ -42,7 +42,6 @@ exclude_py2 = []
exclude_py3 = """
zerver/lib/ccache.py
zerver/tests/test_i18n.py
zerver/views/webhooks/beanstalk.py
""".split()
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")