mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
more mypy fixes
This commit is contained in:
parent
eaa4a9c5ea
commit
9861a4fb48
5 changed files with 17 additions and 8 deletions
|
@ -1,6 +1,8 @@
|
|||
# __package__ = 'archivebox.plugins.defaults'
|
||||
__package__ = 'archivebox.plugins.defaults'
|
||||
|
||||
import shutil
|
||||
# import shutil
|
||||
|
||||
import re
|
||||
|
||||
from typing import List, Dict, Any
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue