Instantly share code, notes, and snippets.

@seanh /pylint.diff Secret
Created May 4, 2016

Embed
What would you like to do?
-def fetch_annotation(request, annotation_id, _postgres=None):
+def fetch_annotation(request,
+ id, # pylint: disable=redefined-builtin
+ _postgres=None):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment