From 666787d64365c71b59852d3094db56d2091803bd Mon Sep 17 00:00:00 2001 From: Eman Haroutunian <104394983+tinder-emanharoutunian@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:18:26 -0700 Subject: [PATCH] Remove unneeded import in XAxisAttribute.swift (#222) Remove unneeded import --- Sources/Layout/XAxisAttribute.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/Layout/XAxisAttribute.swift b/Sources/Layout/XAxisAttribute.swift index 21317355..2e0d95ef 100644 --- a/Sources/Layout/XAxisAttribute.swift +++ b/Sources/Layout/XAxisAttribute.swift @@ -7,8 +7,6 @@ // See https://github.com/Tinder/Layout/blob/main/LICENSE for license information. // -import Foundation - public enum XAxisAttribute { case left, centerX, right, leading, trailing