From af8739554580803c8f67530f919d983a0ab16641 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Sun, 10 Nov 2024 22:20:25 +1100 Subject: [PATCH] Forgot to remove Algorithm import --- Sources/apk/Index/ApkIndexDigest.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/apk/Index/ApkIndexDigest.swift b/Sources/apk/Index/ApkIndexDigest.swift index 775be70..ac0d3d9 100644 --- a/Sources/apk/Index/ApkIndexDigest.swift +++ b/Sources/apk/Index/ApkIndexDigest.swift @@ -4,7 +4,6 @@ */ import Foundation -import Algorithms import CryptoKit struct ApkIndexDigest {