Skip to content

Commit

Permalink
use erlang/port instead of otp/port
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGruenwald committed Oct 20, 2024
1 parent c1bb2d3 commit b195d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrobot/chrome.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import gleam/json.{type Json}
import gleam/list
import gleam/option.{type Option, None, Some}
import gleam/otp/actor
import gleam/otp/port.{type Port}
import gleam/erlang/port.{type Port}
import gleam/result
import gleam/string
import gleam/string_builder as sb
Expand Down

0 comments on commit b195d69

Please sign in to comment.