Skip to content

Commit

Permalink
Redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Jun 19, 2023
1 parent 6551c07 commit d40a93c
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions Sources/WalletConnectPush/APNSEnvironment.swift

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import Foundation
import WalletConnectKMS
import WalletConnectUtils

class DeletePushSubscriptionService {
enum Errors: Error {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Foundation
import Combine
import WalletConnectKMS
import WalletConnectPairing

class DeletePushSubscriptionSubscriber {
private let networkingInteractor: NetworkInteracting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Foundation

import WalletConnectKMS

public class PushDecryptionService {
enum Errors: Error {
case malformedPushMessage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import WalletConnectNetworking
import Combine

final class PushResubscribeService {
Expand Down
1 change: 0 additions & 1 deletion Sources/WalletConnectPush/Client/Dapp/DappPushClient.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Foundation
import Combine
import WalletConnectUtils

public class DappPushClient {
public var proposalResponsePublisher: AnyPublisher<Result<PushSubscription, PushError>, Never> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import WalletConnectPairing

public struct DappPushClientFactory {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Foundation
import Combine
import WalletConnectKMS
import WalletConnectPairing

class PushMessageSubscriber {
private let networkingInteractor: NetworkInteracting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

import Foundation
import WalletConnectUtils
import Combine

class PushMessagesDatabase {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import Foundation
import Combine
import WalletConnectNetworking
import WalletConnectPairing
import WalletConnectEcho


public class WalletPushClient {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import Foundation
import WalletConnectUtils
import WalletConnectEcho
import WalletConnectIdentity

public struct WalletPushClientFactory {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import WalletConnectPairing

struct PushDeleteProtocolMethod: ProtocolMethod {
let method: String = "wc_pushDelete"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import WalletConnectPairing

struct PushMessageProtocolMethod: ProtocolMethod {
let method: String = "wc_pushMessage"
Expand Down
1 change: 0 additions & 1 deletion Sources/WalletConnectPush/PushConfig.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import WalletConnectEcho

extension Push {
struct Config {
Expand Down
2 changes: 0 additions & 2 deletions Sources/WalletConnectPush/Types/PushRequest.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

import Foundation
import WalletConnectPairing

public typealias PushRequest = (id: RPCID, account: Account, metadata: AppMetadata)
2 changes: 0 additions & 2 deletions Sources/WalletConnectPush/Types/PushSubscription.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import Foundation
import WalletConnectUtils
import WalletConnectPairing

public struct PushSubscription: DatabaseObject {
public let topic: String
Expand Down
1 change: 0 additions & 1 deletion Sources/WalletConnectPush/Types/WebDidDoc.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import Foundation

// MARK: - WebDidDoc
Expand Down

0 comments on commit d40a93c

Please sign in to comment.