aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-07-12 23:51:53 +0200
committerLouis Pilfold <louis@lpil.uk>2022-07-15 10:08:28 +0100
commit3c34bbc56d9dd8a9bf337cd32208863a1761d7bc (patch)
treeb7577dd4487b19e5724e8e9db4d87670dc8c9b6b /test
parentb5d19abb14c577d86fa694e6db1548ceabb3ad43 (diff)
downloadgleam_stdlib-3c34bbc56d9dd8a9bf337cd32208863a1761d7bc.tar.gz
gleam_stdlib-3c34bbc56d9dd8a9bf337cd32208863a1761d7bc.zip
remove unused import
Diffstat (limited to 'test')
-rw-r--r--test/gleam/bit_builder_test.gleam1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/gleam/bit_builder_test.gleam b/test/gleam/bit_builder_test.gleam
index ac97820..ad5de85 100644
--- a/test/gleam/bit_builder_test.gleam
+++ b/test/gleam/bit_builder_test.gleam
@@ -1,5 +1,4 @@
import gleam/bit_builder
-import gleam/bit_string
import gleam/string_builder
import gleam/should