zulip/analytics
Hyunchel Kim f226456675 Add type annotations for analytics/views.py.
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.
2016-06-05 15:04:24 -07:00
..
management Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
urls.py Enable i18n support in URL configuration. 2016-05-19 08:33:30 -07:00
views.py Add type annotations for analytics/views.py. 2016-06-05 15:04:24 -07:00