mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Type of parameter for function `is_recent`(line no.812) is `datetime`. MyPy errors out, however, when the parameter is defined as `datetime`. To get around, type `Any` is used.