diff options
| author | Simponic <loganhunt@simponic.xyz> | 2022-12-30 05:51:47 -0700 |
|---|---|---|
| committer | Simponic <loganhunt@simponic.xyz> | 2022-12-30 05:51:47 -0700 |
| commit | e7d8c61487815bd90ec5834dad5e6f64dd951b53 (patch) | |
| tree | f882037a2820973ba6dc5f64206b01dba03266d8 /lib/chessh/ssh/daemon.ex | |
| parent | 9add1557b30c630cf45a1018cefc9a4a202db113 (diff) | |
| download | chessh-e7d8c61487815bd90ec5834dad5e6f64dd951b53.tar.gz chessh-e7d8c61487815bd90ec5834dad5e6f64dd951b53.zip | |
More warning squashing
Diffstat (limited to 'lib/chessh/ssh/daemon.ex')
| -rw-r--r-- | lib/chessh/ssh/daemon.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chessh/ssh/daemon.ex b/lib/chessh/ssh/daemon.ex index 9ffc538..b341833 100644 --- a/lib/chessh/ssh/daemon.ex +++ b/lib/chessh/ssh/daemon.ex @@ -1,5 +1,5 @@ defmodule Chessh.SSH.Daemon do - alias Chessh.{Repo, PlayerSession, Player, Utils} + alias Chessh.{Repo, PlayerSession, Utils} alias Chessh.Auth.PasswordAuthenticator use GenServer import Ecto.Query |
