Skip to content

Commit ab292db

Browse files
committed
fix re-importing
1 parent 6f5f91e commit ab292db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/services.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from django.core.cache import cache
44

55
from core.constants import VIEWS_CACHING_TIMEOUT, LIKES_CACHING_TIMEOUT
6-
from core.models import Like, View
76
from core.models import Like, View, Link
87

98
User = get_user_model()

0 commit comments

Comments
 (0)