Skip to content

Commit

Permalink
Fix silly C&P error
Browse files Browse the repository at this point in the history
  • Loading branch information
heavydawson authored Mar 13, 2017
1 parent 817261e commit 2b8c741
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/neo4j/core/cypher_session/adaptors/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ def get(path, body = '', options = {})

private

def faraday_connection(options = {})
require 'faraday'
require 'faraday_middleware/multi_json'

def faraday_connection(options = {})
require 'faraday'
require 'faraday_middleware/multi_json'
Expand Down

0 comments on commit 2b8c741

Please sign in to comment.