Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Mar 31, 2024
1 parent 8ee32b1 commit a3efa8b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/fortuna_tests.ak
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
use aiken/builtin
use aiken/bytearray
use aiken/cbor
use aiken/fuzz.{
and_then, bytearray_between, int_at_least, int_between, label, map,
}
use aiken/fuzz.{and_then, bytearray_between, int_at_least, int_between, map}
use aiken/math
use aiken/math/rational
use aiken/string
use fortuna.{
calculate_interlink, format_found_bytearray, get_difficulty_adjustment,
get_new_difficulty,
Expand Down

0 comments on commit a3efa8b

Please sign in to comment.