From 2909e22e4c2310a63c61a448788b727594372bf8 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 9 Aug 2024 09:54:53 -0400 Subject: [PATCH] chore: make credo happy --- test/support/accounts/user.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/test/support/accounts/user.ex b/test/support/accounts/user.ex index ecf24e0..f38b085 100644 --- a/test/support/accounts/user.ex +++ b/test/support/accounts/user.ex @@ -6,6 +6,7 @@ defmodule Example.Accounts.User do domain: Example.Accounts require Logger + alias Ash.Error.Query.InvalidArgument @type t :: %__MODULE__{ id: Ecto.UUID.t(),