Skip to content

Commit 8776616

Browse files
committed
Remove outdated comments
1 parent 26a8222 commit 8776616

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cbapi/response/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ def __init__(self, cb, alert_id, initial_data=None):
283283
self.refresh()
284284

285285
def refresh(self):
286-
# there is no GET method for an Alert.
287-
# /api/v1/alert?cb.fq.unique_id=963d7168-8bb0-46fb-ba1f-e72e505f7056
288286
url = '{}?cb.fq.unique_id={}'.format(self.urlobject, self.unique_id)
289287
resp = self._cb.get_object(url)
290288
result = resp.get("results", [])

0 commit comments

Comments
 (0)