Skip to content

Commit

Permalink
resort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Nov 28, 2017
1 parent e7f5348 commit 23cb98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papertrail/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from django.conf.urls import url
from django.contrib import admin
from django.core import serializers
from django.core.urlresolvers import reverse, NoReverseMatch
from django.core.urlresolvers import NoReverseMatch, reverse
from django.db.models import Q
from django.shortcuts import get_object_or_404, render
from django.utils.encoding import force_text
Expand Down

0 comments on commit 23cb98c

Please sign in to comment.