diff --git a/rest_framework/templatetags/rest_framework.py b/rest_framework/templatetags/rest_framework.py index e401b9ff3..264b6444c 100644 --- a/rest_framework/templatetags/rest_framework.py +++ b/rest_framework/templatetags/rest_framework.py @@ -12,7 +12,7 @@ from django.utils.safestring import SafeData, mark_safe from rest_framework.compat import ( NoReverseMatch, apply_markdown, pygments_highlight, reverse, - template_render, + template_render ) from rest_framework.renderers import HTMLFormRenderer from rest_framework.utils.urls import replace_query_param