Skip to content

Commit

Permalink
cleaned up unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Jul 19, 2023
1 parent 6bf5686 commit e4d0488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
import Library
import Stripe
import StripePaymentSheet

extension STPPaymentHandlerActionStatus: StripePaymentHandlerActionStatusType {
public var status: StripePaymentHandlerActionStatus {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Foundation
import Prelude
import ReactiveExtensions
import ReactiveExtensions_TestHelpers
@testable import Stripe
@testable import StripePaymentSheet
import XCTest

Expand Down

0 comments on commit e4d0488

Please sign in to comment.