Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Oct 25, 2024
1 parent eabab18 commit 234293b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/gsv.gleam
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import gleam/dict.{type Dict}
import gleam/int
import gleam/list
import gleam/pair
import gleam/result
import gleam/string
import gsv/internal/ast.{ParseError}
Expand Down
1 change: 0 additions & 1 deletion test/gsv_test.gleam
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import gleam/dict
import gleam/int
import gleam/io
import gleam/list
import gleam/result
import gleam/string
Expand Down

0 comments on commit 234293b

Please sign in to comment.