Skip to content

Commit

Permalink
Remove unused requires
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Sep 1, 2013
1 parent 2fef8ee commit 1d7367d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/dot.js
@@ -1,6 +1,4 @@
var util = require("./util"),
Graph = require("graphlib").Graph,
dot = require("graphlib-dot");
var dot = require("graphlib-dot");

// For now we re-export with old names for backwards compatibility
exports.toGraph = dot.parse;
Expand Down

0 comments on commit 1d7367d

Please sign in to comment.