diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-12 00:17:50 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-12 00:17:50 +0100 |
commit | 2e79db16288cf6d3c924cdcc8317a48e624c8177 (patch) | |
tree | efab8569e6b0e7fcb10f50969ddb051d969a3c23 /test | |
parent | e0c988fa8fc72a0b274972a4658bebbf4acb122b (diff) | |
download | lustre-2e79db16288cf6d3c924cdcc8317a48e624c8177.tar.gz lustre-2e79db16288cf6d3c924cdcc8317a48e624c8177.zip |
:fire: Remove unused imports.
Diffstat (limited to 'test')
-rw-r--r-- | test/input.gleam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/input.gleam b/test/input.gleam index 581630e..61ce562 100644 --- a/test/input.gleam +++ b/test/input.gleam @@ -1,7 +1,6 @@ // IMPORTS --------------------------------------------------------------------- import gleam/dynamic -import gleam/option.{None, Option, Some} import gleam/string import lustre import lustre/attribute.{attribute} |