Skip to content

Commit

Permalink
fix import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Aug 26, 2024
1 parent 8e9e28a commit 2cfd894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import io.provenance.explorer.domain.entities.TxProcessingFailureRecord
import io.provenance.explorer.domain.entities.TxProcessingFailureTable
import org.jetbrains.exposed.sql.and
import org.jetbrains.exposed.sql.Database
import org.jetbrains.exposed.sql.and
import org.jetbrains.exposed.sql.transactions.transaction
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Assertions.assertNotNull
Expand Down

0 comments on commit 2cfd894

Please sign in to comment.