test_retention: Delete irrelevant comment.

This comment is clearly out of place and at this point doesn't match any
of the classes in a useful way.
This commit is contained in:
Mateusz Mandera 2024-09-10 20:07:23 +02:00 committed by Tim Abbott
parent ce5439d87f
commit b572b1536a
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ from zerver.models.realms import get_realm
from zerver.models.streams import get_stream from zerver.models.streams import get_stream
from zerver.models.users import get_system_bot from zerver.models.users import get_system_bot
# Class with helper functions useful for testing archiving of reactions:
ZULIP_REALM_DAYS = 30 ZULIP_REALM_DAYS = 30
MIT_REALM_DAYS = 100 MIT_REALM_DAYS = 100