mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 02:15:10 -04:00
fix unused import
This commit is contained in:
parent
56c6b11b14
commit
3c2f4c95cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue