From f7e82af2a36e5d41f966b276dd3e7f42f9405328 Mon Sep 17 00:00:00 2001 From: Mirco <mirco.zachmann@meissa.de> Date: Wed, 5 Feb 2025 12:36:42 +0100 Subject: [PATCH] [skip ci] removed unused import --- .../provs/desktop/infrastructure/Gopass.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Gopass.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Gopass.kt index a9d6ad6..1f6ae23 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Gopass.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Gopass.kt @@ -6,7 +6,6 @@ import org.domaindrivenarchitecture.provs.framework.core.Secret import org.domaindrivenarchitecture.provs.framework.ubuntu.filesystem.base.* import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstall import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.checkPackage -import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.isPackageInstalled import org.domaindrivenarchitecture.provs.framework.ubuntu.keys.base.gpgFingerprint import org.domaindrivenarchitecture.provs.framework.ubuntu.web.base.downloadFromURL