From 75b7a7df48d48f537844adf0ea5178e1614f418e Mon Sep 17 00:00:00 2001 From: Stas Date: Wed, 18 Oct 2023 17:15:08 +0200 Subject: [PATCH] make dialyzer happy --- lib/supavisor/native_handler.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/supavisor/native_handler.ex b/lib/supavisor/native_handler.ex index 8856e682..cd822eb9 100644 --- a/lib/supavisor/native_handler.ex +++ b/lib/supavisor/native_handler.ex @@ -4,6 +4,7 @@ defmodule Supavisor.NativeHandler do @behaviour :ranch_protocol require Logger + alias Supavisor, as: S alias Supavisor.Helpers, as: H alias Supavisor.HandlerHelpers, as: HH alias Supavisor.{Protocol.Server, Tenants}