Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Don't require dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jul 2, 2015
1 parent 9b627ff commit 4031093
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/fixer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-

require "fixer/version"
require 'fixer/version'
require 'fixer/configuration'
require 'fixer/connection'
require 'fixer/response'
Expand All @@ -9,7 +9,6 @@
require 'fixer/client'
require 'fixer/sqs_client'
require 'fixer/jobs'
require 'dotenv'

module Fixer
extend Configuration
Expand Down

0 comments on commit 4031093

Please sign in to comment.