mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
add flake8 config
This commit is contained in:
parent
03a388300f
commit
1e45b02684
3 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,6 @@ import json
|
|||
from datetime import datetime
|
||||
from string import Template
|
||||
from typing import List, Tuple, Iterator, Optional
|
||||
from dataclasses import fields
|
||||
|
||||
from .schema import Link, ArchiveResult
|
||||
from .config import (
|
||||
|
@ -17,11 +16,9 @@ from .config import (
|
|||
)
|
||||
from .util import (
|
||||
merge_links,
|
||||
chmod_file,
|
||||
urlencode,
|
||||
derived_link_info,
|
||||
wget_output_path,
|
||||
ExtendedEncoder,
|
||||
enforce_types,
|
||||
TimedProgress,
|
||||
copy_and_overwrite,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue