From a240fb55bdca36c464ba8aecd91775dde4f1cf74 Mon Sep 17 00:00:00 2001 From: Ayham Kteash Date: Tue, 12 Dec 2023 13:46:24 +0100 Subject: [PATCH] fix: remove unused import --- src/type/s2k/gnu.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/type/s2k/gnu.ts b/src/type/s2k/gnu.ts index 99d3dc11..cdbe3154 100644 --- a/src/type/s2k/gnu.ts +++ b/src/type/s2k/gnu.ts @@ -28,7 +28,6 @@ */ import defaultConfig from '../../config'; -import crypto from '../../crypto'; import enums from '../../enums'; import { UnsupportedError } from '../../packet/packet'; import util from '../../util';