Browse Source

#728: cleaned imports in misago.threads.models

Rafał Pitoń 8 years ago
parent
commit
003dc6cf34
1 changed files with 1 additions and 2 deletions
  1. 1 2
      misago/threads/models/__init__.py

+ 1 - 2
misago/threads/models/__init__.py

@@ -1,8 +1,7 @@
-# flake8: noqa
 from .post import Post
 from .post import Post
 from .postedit import PostEdit
 from .postedit import PostEdit
 from .postlike import PostLike
 from .postlike import PostLike
-from .thread import *
+from .thread import Thread
 from .threadparticipant import ThreadParticipant
 from .threadparticipant import ThreadParticipant
 from .subscription import Subscription
 from .subscription import Subscription
 from .attachmenttype import AttachmentType
 from .attachmenttype import AttachmentType