diff --git a/Tests/LayoutTests/Support/SnapshotTesting.swift b/Tests/LayoutTests/Support/SnapshotTesting.swift index 3942767b..bab97acc 100644 --- a/Tests/LayoutTests/Support/SnapshotTesting.swift +++ b/Tests/LayoutTests/Support/SnapshotTesting.swift @@ -8,7 +8,6 @@ // See https://github.com/Tinder/Layout/blob/main/LICENSE for license information. // -import Layout import Nimble import SnapshotTesting import UIKit diff --git a/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift b/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift index 3ecbc3e8..ea1024a4 100644 --- a/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift +++ b/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift @@ -8,8 +8,6 @@ // See https://github.com/Tinder/Layout/blob/main/LICENSE for license information. // -import Foundation - import Layout import Nimble import XCTest