remove unused variable

This commit is contained in:
Sebastian McKenzie 2015-06-08 00:29:52 +01:00
parent 8cea575e2e
commit f4cc27bc0e

View File

@ -1,7 +1,6 @@
import includes from "lodash/collection/includes";
import repeating from "repeating";
import type NodePath from "../path";
import type Hub from "../hub";
import traverse from "../index";
import defaults from "lodash/object/defaults";
import * as messages from "../../messages";