mypy: Prohibit unreachable code.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
30f241a126
commit
717a549f4b
9 changed files with 15 additions and 11 deletions
|
@ -29,7 +29,7 @@ def commit_notice_destination(path: Text, commit: Text) -> Optional[Dict[Text, T
|
|||
|
||||
## If properly installed, the Zulip API should be in your import
|
||||
## path, but if not, set a custom path below
|
||||
ZULIP_API_PATH = None
|
||||
ZULIP_API_PATH: Optional[str] = None
|
||||
|
||||
# Set this to your Zulip server's API URI
|
||||
ZULIP_SITE = "https://zulip.example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue