From 40c495797fbc2f1f8a6becb89c9058cdfce0732e Mon Sep 17 00:00:00 2001 From: Kevin Wooten Date: Wed, 15 Sep 2021 11:08:26 -0700 Subject: [PATCH] task(cleanup): remove unused imports --- Sources/PotentASN1/ASN1Decoder.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/PotentASN1/ASN1Decoder.swift b/Sources/PotentASN1/ASN1Decoder.swift index b6350330c..803749408 100644 --- a/Sources/PotentASN1/ASN1Decoder.swift +++ b/Sources/PotentASN1/ASN1Decoder.swift @@ -10,7 +10,6 @@ import BigInt import Foundation -import OrderedDictionary import PotentCodables