Skip to content

Commit

Permalink
Use Foundation import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Jun 9, 2023
1 parent fca8b64 commit e50b634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Cache/Errors/InvalidTypeError.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Foundation.FoundationErrors
import Foundation

/// `Error` that reports the expected type for a value
public struct InvalidTypeError<ExpectedType, ActualType>: LocalizedError {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/Errors/MissingRequiredKeysError.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Foundation.FoundationErrors
import Foundation

/// `Error` that reports the required keys
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
Expand Down

0 comments on commit e50b634

Please sign in to comment.