Skip to content

Commit

Permalink
chore(): rename import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontduong committed Apr 15, 2024
1 parent 33b32af commit fcad88e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Sources/ApolloSQLite/SQLiteDatabase.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
#endif

public struct DatabaseRow {
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloSQLite/SQLiteDotSwiftDatabase.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
#endif
import SQLite

Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloSQLite/SQLiteNormalizedCache.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
#endif

public enum SQLiteNormalizedCacheError: Error {
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloSQLite/SQLiteSerialization.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
import ApolloAPI
#endif

Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloTestSupport/TestMock.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if !COCOAPODS
@_exported @testable import ApolloAPI
#endif
@testable import Apollo
@testable import ApolloPGATOUR
import Foundation

@dynamicMemberLookup
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloTestSupport/TestMockSelectionSetMapper.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testable import Apollo
@testable import ApolloPGATOUR
import Foundation

/// An accumulator that converts data from a `Mock` to the correct values to create a `SelectionSet`.
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloWebSocket/OperationMessage.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
import ApolloAPI
#endif
import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloWebSocket/OperationMessageIdCreator.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
#endif

public protocol OperationMessageIdCreator {
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloWebSocket/SplitNetworkTransport.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
import ApolloAPI
#endif

Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloWebSocket/WebSocketTask.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
import ApolloAPI
#endif
import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/ApolloWebSocket/WebSocketTransport.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if !COCOAPODS
import Apollo
import ApolloPGATOUR
import ApolloAPI
#endif
import Foundation
Expand Down

0 comments on commit fcad88e

Please sign in to comment.