Skip to content

Commit 21ce646

Browse files
minusfatodorov
authored andcommitted
remove unused imports
1 parent 272fab8 commit 21ce646

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

django_comments/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
from django.utils import timezone
44
from django.utils.translation import gettext_lazy as _
55

6-
from .abstracts import (
7-
COMMENT_MAX_LENGTH, BaseCommentAbstractModel, CommentAbstractModel,
8-
)
6+
from .abstracts import CommentAbstractModel
97

108

119
class Comment(CommentAbstractModel):

0 commit comments

Comments
 (0)