Remove unused imports of the Zip module.

This commit is contained in:
Brent Simmons 2023-06-26 09:56:26 -07:00
parent 1bef45e1af
commit d31c9c1766
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
import Foundation
import Articles
import Zip
protocol AppDelegateAppleEvents {
func installAppleEventHandlers()

View File

@ -9,7 +9,6 @@
import UIKit
import UserNotifications
import Account
import Zip
class SceneDelegate: UIResponder, UIWindowSceneDelegate {