1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02:00

fix linter

This commit is contained in:
Nick Sweeting
2021-04-03 15:51:27 -04:00
parent eef9adbfcb
commit ffd119c66c

View File

@@ -26,7 +26,6 @@ from ..config import (
) )
from main import add from main import add
from ..util import base_url, ansi_to_html from ..util import base_url, ansi_to_html
from ..index.html import snapshot_icons
class HomepageView(View): class HomepageView(View):