Skip to main content

remove an unused import

ID
7495512
date
2023-06-14 22:28:15+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
13a57d7
message
remove an unused import
changed files
1 file, 1 deletion

Changed files

BlinkReviewer/Blink/Photos/PhotosLibrary.swift (9005) → BlinkReviewer/Blink/Photos/PhotosLibrary.swift (8979)

diff --git a/BlinkReviewer/Blink/Photos/PhotosLibrary.swift b/BlinkReviewer/Blink/Photos/PhotosLibrary.swift
index cc79a6a..89660a3 100644
--- a/BlinkReviewer/Blink/Photos/PhotosLibrary.swift
+++ b/BlinkReviewer/Blink/Photos/PhotosLibrary.swift
@@ -1,5 +1,4 @@
 import Foundation
-import OrderedCollections
 import Photos
 
 /// Manage most of the interactions with the Photos Library.