clan-cli: drop dependency on deal

This commit is contained in:
Jörg Thalheim
2023-11-23 14:00:36 +01:00
parent 1d5e87d407
commit 3f7bb87021

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