From c1d535ef954051f6279f9d2fa594cf29bb4c5ad6 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Tue, 17 Mar 2020 00:54:14 -0700 Subject: [PATCH] Remove unneeded appikit import --- SecretAgent/Notifier.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SecretAgent/Notifier.swift b/SecretAgent/Notifier.swift index afde984..a558e77 100644 --- a/SecretAgent/Notifier.swift +++ b/SecretAgent/Notifier.swift @@ -2,7 +2,6 @@ import Foundation import SecretKit import SecretAgentKit import UserNotifications -import AppKit class Notifier {