From 2244c36b782ef8ed77022f0ba039bd6c34e5869b Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Wed, 4 Mar 2020 01:31:48 +0100 Subject: [PATCH] Fix warning --- lib/rdf/vocabulary_namespace.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdf/vocabulary_namespace.ex b/lib/rdf/vocabulary_namespace.ex index 7bd08ef..ea4210d 100644 --- a/lib/rdf/vocabulary_namespace.ex +++ b/lib/rdf/vocabulary_namespace.ex @@ -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