1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

fix unused import

This commit is contained in:
Nick Sweeting 2021-03-27 01:50:26 -04:00
parent 56c6b11b14
commit 3c2f4c95cf

View file

@ -2,7 +2,7 @@ __package__ = 'archivebox.core'
import uuid
from django.db import models, transaction
from django.db import models
from django.utils.functional import cached_property
from django.utils.text import slugify
from django.core.cache import cache