Skip to content

Commit cfe1eee

Browse files
committed
Removed un-necessary restler from readability
1 parent 22c1639 commit cfe1eee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/modules/readability.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
var oauthModule = require('./oauth')
2-
, rest = require('../restler');
1+
var oauthModule = require('./oauth');
32

43
var readability = module.exports =
54
oauthModule.submodule('readability')

0 commit comments

Comments
 (0)