| -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