zulip/zerver/lib/markdown
Anders Kaseorg 24c239d991 openapi: Add missing __init__.py; fix type errors hidden by its absence.
The absence of __init__.py was preventing mypy from following any of
the zerver.openapi imports.  These errors were being silenced by
ignore_missing_imports.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-07-05 12:20:39 -07:00
..
__init__.py markdown: Use a shared variable for IMAGE_EXTENSION. 2021-07-02 11:22:55 -07:00
api_arguments_table_generator.py openapi: Fix 'no parameters found' with x-parameter-description. 2021-06-24 10:38:33 -07:00
api_return_values_table_generator.py openapi: Add missing __init__.py; fix type errors hidden by its absence. 2021-07-05 12:20:39 -07:00
fenced_code.py python: Strip leading and trailing spaces from docstrings. 2021-05-07 22:42:39 -07:00
help_emoticon_translations_table.py python: Strip leading and trailing spaces from docstrings. 2021-05-07 22:42:39 -07:00
help_relative_links.py gear_menu: Rename "Settings" option to "Personal settings". 2021-07-01 11:47:14 -07:00
help_settings_links.py settings: Rename 'Your bots' to 'Bots' in settings sidebar. 2021-07-01 12:14:48 -07:00
include.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
nested_code_blocks.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tabbed_sections.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
testing_mocks.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00