1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-20 10:34:49 +02:00

Remove unused import

This commit is contained in:
Paul Schaub 2020-01-12 23:45:41 +01:00
parent 5b249f5b3d
commit 795a7783d4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -26,7 +26,6 @@ import org.bouncycastle.openpgp.PGPSecretKeyRingCollection;
import org.bouncycastle.openpgp.PGPUtil;
import org.bouncycastle.openpgp.operator.KeyFingerPrintCalculator;
import org.bouncycastle.openpgp.operator.bc.BcKeyFingerprintCalculator;
import org.junit.Test;
public class TestKeys {