mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
remove circular import possibilities
This commit is contained in:
parent
844dcd3885
commit
8840ad72bb
3 changed files with 23 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
from django.contrib import admin
|
||||
from django.utils.html import format_html
|
||||
|
||||
from archivebox.util import htmldecode, urldecode
|
||||
from util import htmldecode, urldecode
|
||||
from core.models import Snapshot
|
||||
from cli.logging import printable_filesize
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue