Skip to content

Commit d096ad2

Browse files
committed
Remove unused type
1 parent 62e9e63 commit d096ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gleam/uri_test.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import gleam/uri
22
import gleam/should
3-
import gleam/option.{None, Option, Some}
3+
import gleam/option.{None, Some}
44

55
pub fn full_parse_test() {
66
assert Ok(

0 commit comments

Comments
 (0)