zulip/zerver/tornado/ioloop_logging.py
Anders Kaseorg e08a24e47f ruff: Fix UP006 Use list instead of List for type annotation.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-13 22:28:22 -07:00

4 lines
139 B
Python

# This is used for a somewhat hacky way of passing the port number
# into this early-initialized module.
logging_data: dict[str, str] = {}