Remove use Agent
from RDF.Turtle.Encoder.State
it's a Elixir 1.5 feature, which we actually don't require
This commit is contained in:
parent
1e802befca
commit
de4b526e9a
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
defmodule RDF.Turtle.Encoder.State do
|
||||
@moduledoc false
|
||||
|
||||
use Agent
|
||||
|
||||
alias RDF.{Literal, BlankNode, Description, List}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue