Code review comment for lp:~leonardr/lazr.restful/cache-unauthorized

Revision history for this message
Aaron Bentley (abentley) wrote :

This looks good. You might be interested to know that there's a one-liner for "if key in self.dict: del self.dict[key]". It is "self.dict.pop(key, None)".

review: Approve

« Back to merge proposal