Browse Source

remove unused import

Rafał Pitoń 8 years ago
parent
commit
537b904f7d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/threads/api/threadendpoints/merge.py

+ 0 - 1
misago/threads/api/threadendpoints/merge.py

@@ -7,7 +7,6 @@ from django.utils.translation import ungettext
 
 from misago.acl import add_acl
 from misago.categories import THREADS_ROOT_NAME
-from misago.categories.models import Category
 from misago.threads.events import record_event
 from misago.threads.models import Thread
 from misago.threads.moderation import threads as moderation