mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-12-18 18:29:55 +00:00
Clean up warning from prior days
This commit is contained in:
parent
7816717cad
commit
570a58e0ee
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
import gleam/io.{debug}
|
import gleam/io
|
||||||
import gleam/int
|
import gleam/int
|
||||||
import gleam/function.{identity}
|
import gleam/function.{identity}
|
||||||
import gleam/list.{map}
|
import gleam/list.{map}
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
import gleam/io
|
|
||||||
import gleam/result
|
|
||||||
import gleam/string
|
import gleam/string
|
||||||
import gleam/list
|
import gleam/list
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue