Enable quokka with :module_directives rule
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
defmodule MusicLibrary.Artists do
|
||||
import Ecto.Query, warn: false
|
||||
alias MusicLibrary.Repo
|
||||
|
||||
alias MusicLibrary.Artists.ArtistInfo
|
||||
alias MusicLibrary.Records.{ArtistRecord, Record}
|
||||
alias MusicLibrary.Repo
|
||||
alias MusicLibrary.{BackgroundRepo, Worker}
|
||||
|
||||
def get_artist!(musicbrainz_id) do
|
||||
|
||||
Reference in New Issue
Block a user