From 77eda121a3c78b83174089c6e59a4721708d6c38 Mon Sep 17 00:00:00 2001 From: Connor G Meehan Date: Wed, 8 May 2024 18:23:43 +1000 Subject: [PATCH] clean: Cleanup unused import --- src/notarytool.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notarytool.ts b/src/notarytool.ts index 311607b..e1b7ef3 100644 --- a/src/notarytool.ts +++ b/src/notarytool.ts @@ -9,7 +9,6 @@ import { isNotaryToolApiKeyCredentials, } from './validate-args'; import { NotaryToolCredentials, NotaryToolStartOptions } from './types'; -import { parse } from 'path'; const d = debug('electron-notarize:notarytool');