Skip to content

Commit

Permalink
Remove unused imports in inforecords.admin
Browse files Browse the repository at this point in the history
The update_wrapper was removed from Django in 1.6.
Because it is included in the minimum required Python version for 1.6.
But it was not being used, so removed the import.
  • Loading branch information
153957 committed Nov 20, 2014
1 parent d9b63fa commit d32fda2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django_publicdb/inforecords/admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from django.contrib import admin
from models import *
from django.utils.encoding import force_unicode
from django.utils.functional import update_wrapper


class ClusterAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit d32fda2

Please sign in to comment.