mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
beanstalk.py: Encode and decode strings correctly.
This commit is contained in:
committed by
Tim Abbott
parent
26b8e7357a
commit
6c3f1bb967
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user