fix lgtm errors

This commit is contained in:
Nick Sweeting 2021-01-30 06:07:35 -05:00
parent cc80ceb0a2
commit d6de04a83a
5 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,6 @@ __package__ = 'archivebox.index'
import os
import shutil
import json as pyjson
from pathlib import Path
from itertools import chain
@ -42,6 +41,7 @@ from .html import (
write_html_link_details,
)
from .json import (
pyjson,
parse_json_link_details,
write_json_link_details,
)