Skip to content

Commit 623190d

Browse files
committed
Remove old TODO messages
1 parent 57c26e1 commit 623190d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

readthedocs/notifications/messages.py

-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ def get_rendered_body(self):
9393
Message(
9494
id=BuildMaxConcurrencyError.LIMIT_REACHED,
9595
header=_("Maximum concurrency limit reached."),
96-
# TODO: how we are going to format variables (e.g. ``limit`` here)?
97-
# The variables are passed when it's instantiated.
98-
# However, we need to render the notification from the front-end in a different moment.
99-
# Do we want to store the key/values in the database and use them to render the message?
10096
body=_(
10197
"""
10298
Concurrency limit reached ({limit}), retrying in 5 minutes.

readthedocs/rtd_tests/tests/test_notifications.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO: adapt/remove these tests because we won't have backends anymore.
21
"""Notification tests."""
32

43

0 commit comments

Comments
 (0)