more mypy fixes

This commit is contained in:
Nick Sweeting 2024-01-25 02:25:59 -08:00
parent eaa4a9c5ea
commit 9861a4fb48
5 changed files with 17 additions and 8 deletions

View file

@ -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