remove unused variables

This commit is contained in:
Sebastian McKenzie 2015-06-06 16:35:28 +01:00
parent f5cf641c0a
commit 2ede226ef9
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import NodePath from "./index";
import traverse from "../index";
/**

View File

@ -1,4 +1,3 @@
import type Hub from "../hub";
import * as virtualTypes from "./lib/virtual-types";
import traverse from "../index";
import assign from "lodash/object/assign";