mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
remove unused requires
This commit is contained in:
parent
3138d00398
commit
9def2d016a
2 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
require 'addressable/uri'
|
require 'addressable/uri'
|
||||||
require 'http'
|
require 'http'
|
||||||
require 'json'
|
|
||||||
require 'net/https'
|
|
||||||
require 'openssl'
|
|
||||||
require 'instapaper/http/headers'
|
require 'instapaper/http/headers'
|
||||||
require 'instapaper/http/response'
|
require 'instapaper/http/response'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
require 'json'
|
||||||
require 'instapaper/error'
|
require 'instapaper/error'
|
||||||
|
|
||||||
module Instapaper
|
module Instapaper
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue