Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ospaarmann committed Sep 11, 2019
1 parent 2cbe97e commit d67809d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
4 changes: 1 addition & 3 deletions lib/exdgraph/mutation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ defmodule ExDgraph.Mutation do
Wrapper for mutations sent to DBConnection.
"""

alias ExDgraph.{Exception, Transform}

@type t :: %ExDgraph.Mutation{
statement: String.t() | map() | struct(),
set_json: String.t(),
Expand All @@ -20,7 +18,7 @@ defimpl DBConnection.Query, for: ExDgraph.Mutation do
Implementation of `DBConnection.Query` protocol.
"""

alias ExDgraph.{Api, Mutation, MutationResult, Transform, Utils}
alias ExDgraph.{Api, Mutation, MutationResult, Utils}

@doc """
This function is called to decode a result after it is returned by a connection callback module.
Expand Down
16 changes: 0 additions & 16 deletions lib/exdgraph/mutation_statement.ex

This file was deleted.

0 comments on commit d67809d

Please sign in to comment.