Skip to content

Commit 4a42e5f

Browse files
stevensJourneysimolus3
authored andcommitted
Remove unused imports
1 parent 2ffdf53 commit 4a42e5f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

PowerSyncKotlin/src/appleMain/kotlin/com/powersync/SDK.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
package com.powersync
44

5-
import com.powersync.db.ThrowableLockCallback
6-
import com.powersync.db.ThrowableTransactionCallback
7-
import com.powersync.db.internal.ConnectionContext
8-
import com.powersync.db.internal.PowerSyncTransaction
95
import com.powersync.sync.SyncClientConfiguration
106
import com.powersync.sync.SyncOptions
117
import io.ktor.client.plugins.logging.LogLevel

core/src/commonMain/kotlin/com/powersync/db/internal/InternalDatabaseImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.powersync.db.internal
22

33
import app.cash.sqldelight.db.SqlPreparedStatement
44
import com.powersync.DatabaseDriverFactory
5-
import com.powersync.PowerSyncException
65
import com.powersync.db.SqlCursor
76
import com.powersync.db.ThrowableLockCallback
87
import com.powersync.db.ThrowableTransactionCallback

0 commit comments

Comments
 (0)