Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
schurhammer committed May 26, 2023
1 parent bd54c8e commit 466e4d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/structures/red_black_tree.gleam
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Based on "Deletion: The curse of the red-black tree" by Germane (2014)

import gleam/order.{Eq, Gt, Lt, Order}
import gleam/io
import gleam/string

type Color {
R
Expand Down

0 comments on commit 466e4d5

Please sign in to comment.