diff --git a/spec/web/services/webCryptoFunction.service.spec.ts b/spec/web/services/webCryptoFunction.service.spec.ts index f5f0fb1940..2e31fa1525 100644 --- a/spec/web/services/webCryptoFunction.service.spec.ts +++ b/spec/web/services/webCryptoFunction.service.spec.ts @@ -1,7 +1,5 @@ import * as TypeMoq from 'typemoq'; -import { DeviceType } from '../../../src/enums/deviceType'; - import { PlatformUtilsService } from '../../../src/abstractions/platformUtils.service'; import { WebCryptoFunctionService } from '../../../src/services/webCryptoFunction.service';