diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-11 07:26:46 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-12 08:04:11 +0100 |
commit | 7d3eafbffca65e3620e96e697ad48664df96dbcd (patch) | |
tree | 75fb860f66c15b42e650961bb6d3f25a66cf27cc /src | |
parent | 6090aff38e3fb3712524196f86a2f85ca91780ea (diff) | |
download | lustre-7d3eafbffca65e3620e96e697ad48664df96dbcd.tar.gz lustre-7d3eafbffca65e3620e96e697ad48664df96dbcd.zip |
:fire: Remove unused import.
Diffstat (limited to 'src')
-rw-r--r-- | src/lustre/attribute.gleam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lustre/attribute.gleam b/src/lustre/attribute.gleam index e99e0f6..70431a2 100644 --- a/src/lustre/attribute.gleam +++ b/src/lustre/attribute.gleam @@ -6,8 +6,7 @@ // IMPORTS --------------------------------------------------------------------- -import gleam/dynamic.{type Decoder, type Dynamic} -import gleam/function +import gleam/dynamic.{type Decoder} import gleam/int import gleam/list import gleam/result |