Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 22, 2013
1 parent f671f97 commit ed0a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trans/tests/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from django.contrib.messages.storage.fallback import FallbackStorage
from trans.models.changes import Change
from trans.models.unitdata import Suggestion
from trans.models import Project, SubProject
from trans.models import SubProject
from trans.tests.models import RepoTestCase, REPOWEB_URL
from accounts.models import Profile
from PIL import Image
Expand Down

0 comments on commit ed0a02c

Please sign in to comment.