Skip to content

Commit

Permalink
Remove import Combine
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Newcombe <bcmn@users.noreply.github.com>
  • Loading branch information
insidegui and bcmn committed May 27, 2020
1 parent 6882595 commit dd82765
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Transcripts/Source/Networking/Loader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import Combine

public protocol Loader {
func load<T: Decodable>(from url: URL, decoder: @escaping (Data) throws -> T, completion: @escaping (Result<T, LoaderError>) -> Void)
Expand Down

0 comments on commit dd82765

Please sign in to comment.