Skip to content

Commit c22783c

Browse files
author
a.volinsky
committed
Optimize imports
1 parent e3813dc commit c22783c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

django_admin_json_editor/admin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import copy
1+
import json
22

3-
import collections
43
from django import forms
54
from django.utils.safestring import mark_safe
65
from django.template.loader import render_to_string
7-
import json
86

97

108
class JSONEditorWidget(forms.Widget):

0 commit comments

Comments
 (0)