use new dry run system

This commit is contained in:
Nick Sweeting 2024-10-11 02:20:37 -07:00
parent d820257134
commit f12efbdb45
No known key found for this signature in database
2 changed files with 14 additions and 14 deletions

View file

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