Skip to content

Commit

Permalink
Remove unused imports of the Zip module.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsimmons committed Jun 26, 2023
1 parent 1bef45e commit d31c9c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Mac/Scriptability/AppDelegate+Scriptability.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import Foundation
import Articles
import Zip

protocol AppDelegateAppleEvents {
func installAppleEventHandlers()
Expand Down
1 change: 0 additions & 1 deletion iOS/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import UIKit
import UserNotifications
import Account
import Zip

class SceneDelegate: UIResponder, UIWindowSceneDelegate {

Expand Down

0 comments on commit d31c9c1

Please sign in to comment.