fix: remove unused import

This commit is contained in:
Ayham Kteash 2023-12-12 13:46:24 +01:00
parent 2b49d9dd7c
commit df654e7b5e
No known key found for this signature in database
GPG Key ID: 830C24645F048DB3

View File

@ -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';