8000 Cleaned imports on templatetags/rest_framework module · dhepper/django-rest-framework@9c32f04 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 9c32f04

Browse files
author
glic3rinu
committed
Cleaned imports on templatetags/rest_framework module
1 parent 3774ba3 commit 9c32f04

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

rest_framework/templatetags/rest_framework.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
from django.http import QueryDict
55
from django.utils.html import escape
66
from django.utils.safestring import SafeData, mark_safe
7-
from rest_framework.compat import urlparse
8-
from rest_framework.compat import force_text
9-
from rest_framework.compat import six
10-
from rest_framework.compat import smart_urlquote
11-
import re
12-
import string
7+
from rest_framework.compat import urlparse, force_text, six, smart_urlquote
8+
import re, string
139

1410
register = template.Library()
1511

0 commit comments

Comments
 (0)
0