Delete auto generated type specs

This commit is contained in:
2024-10-23 22:20:24 +02:00
parent c58d472801
commit b54adcab74
2 changed files with 0 additions and 8 deletions

View File

@@ -5,13 +5,6 @@ defmodule Mihainator.Extractor do
# TODO: unit test
# TODO: refactor this method
@spec extract(
binary()
| maybe_improper_list(
binary() | maybe_improper_list(any(), binary() | []) | char(),
binary() | []
)
) :: %{first_date: Date.t(), interaction_data: map(), last_date: Date.t()}
def extract(file) do
raw_data = get_raw_data(file)

View File

@@ -11,7 +11,6 @@ defmodule MihainatorWeb.UploadLive do
end
@impl Phoenix.LiveView
@spec handle_info({reference(), any()}, any()) :: {:noreply, any()}
def handle_info({ref, result}, socket) do
Process.demonitor(ref, [:flush])