clan-cli: drop dependency on deal

This commit is contained in:
Jörg Thalheim 2023-11-23 14:00:36 +01:00
parent 9eed5a7fec
commit 2e54575474

View File

@ -5,8 +5,7 @@ import tempfile
from pathlib import Path
from typing import Any
import deal
from .deal import deal
from .dirs import nixpkgs_flake, nixpkgs_source
from .errors import ClanError