style: Removed unused Stop/Continue imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import gleam/int
|
import gleam/int
|
||||||
import gleam/list.{Continue, Stop}
|
import gleam/list
|
||||||
import gleam/option.{None, Some}
|
import gleam/option.{None, Some}
|
||||||
import gleam/result
|
import gleam/result
|
||||||
import gleam/string
|
import gleam/string
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import gleam/bool
|
import gleam/bool
|
||||||
import gleam/int
|
import gleam/int
|
||||||
import gleam/list.{Continue, Stop}
|
import gleam/list
|
||||||
|
|
||||||
import gleam/option.{type Option, None, Some}
|
import gleam/option.{type Option, None, Some}
|
||||||
import gleam/result
|
import gleam/result
|
||||||
import gleam/string
|
import gleam/string
|
||||||
|
|||||||
Reference in New Issue
Block a user