Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kidinov committed Nov 10, 2023
1 parent 3f353df commit 16c04bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.wordpress.android.fluxc.model.payments.woo

import com.google.gson.annotations.SerializedName

data class WooPaymentsDepositsOverview(
val account: Account?,
val balance: Balance?,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import androidx.room.Entity
import androidx.room.ForeignKey
import androidx.room.ForeignKey.CASCADE
import androidx.room.PrimaryKey
import com.google.gson.annotations.SerializedName
import org.wordpress.android.fluxc.model.LocalOrRemoteId

@Entity(tableName = "WooPaymentsDepositsOverview")
Expand Down

0 comments on commit 16c04bb

Please sign in to comment.