mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
use new dry run system
This commit is contained in:
parent
d820257134
commit
f12efbdb45
2 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@ import os
|
|||
import sys
|
||||
import platform
|
||||
from pathlib import Path
|
||||
from typing import List, Optional, Dict
|
||||
from typing import List, Optional
|
||||
|
||||
# Depends on other PyPI/vendor packages:
|
||||
from rich import print
|
||||
|
@ -12,7 +12,6 @@ from pydantic import InstanceOf, Field, model_validator
|
|||
from pydantic_pkgr import (
|
||||
BinProvider,
|
||||
BinName,
|
||||
BinProviderName,
|
||||
BinaryOverrides,
|
||||
bin_abspath,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue