Skip to content

Commit

Permalink
Remove unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jauggy committed Jun 9, 2024
1 parent c7515ac commit 289f6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teiserver/coordinator/consul_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule Teiserver.Coordinator.ConsulServer do
alias Teiserver.Lobby.{ChatLib, LobbyRestrictions}
import Teiserver.Helper.NumberHelper, only: [int_parse: 1]
alias Phoenix.PubSub
alias Teiserver.Battle.{BalanceLib, MatchLib}
alias Teiserver.Battle.BalanceLib
alias Teiserver.Data.Types, as: T
alias Teiserver.Coordinator.{ConsulCommands, CoordinatorLib, SpadsParser, CoordinatorCommands}

Expand Down

0 comments on commit 289f6fb

Please sign in to comment.