Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Remove exception imports to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jobe-m committed Mar 14, 2022
1 parent f6c1349 commit 1aaa952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.github.quillraven.fleks.collection

import com.github.quillraven.fleks.FleksBitArrayTypeException
import kotlin.math.min

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.github.quillraven.fleks.collection

import com.github.quillraven.fleks.FleksBitArrayTypeException
import kotlin.test.*

internal class BitArrayTest {
Expand Down

0 comments on commit 1aaa952

Please sign in to comment.