Fix warning

This commit is contained in:
Marcel Otto 2020-03-04 01:31:48 +01:00
parent a047697f70
commit 2244c36b78

View file

@ -521,7 +521,7 @@ defmodule RDF.Vocabulary.Namespace do
end
defp rdf_data_env do
import RDF.Sigils # TODO: Can we get rid of the warning about this line somehow? It is plain false.
import RDF.Sigils, warn: false
__ENV__
end